HomeSort by relevance Sort by last modified time
    Searched refs:pexpand_bf16_u (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.h 46 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_u(const Packet& from) { function in namespace:Eigen::internal
74 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { function in namespace:Eigen::internal
219 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { function in namespace:Eigen::internal
401 EIGEN_DEVICE_FUNC inline Packet8f pexpand_bf16_u(const Packet8f& from) { function in namespace:Eigen::internal
457 EIGEN_DEVICE_FUNC inline Packet16f pexpand_bf16_u(const Packet16f& from) { function in namespace:Eigen::internal
sparse_matmul_op_test.cc 404 internal::pstoreu(data2, internal::pexpand_bf16_u<Packet>(
sparse_matmul_op.cc 271 const auto y = Eigen::internal::pexpand_bf16_u<Packet>(x);
    [all...]

Completed in 531 milliseconds