Home
last modified time | relevance | path

Searched refs:pbroadcast_first (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.h93 EIGEN_DEVICE_FUNC inline Packet pbroadcast_first(const Packet& a) { in pbroadcast_first() function
161 EIGEN_STRONG_INLINE Packet4f pbroadcast_first<Packet4f>(const Packet4f& a) {
227 EIGEN_STRONG_INLINE Packet4f pbroadcast_first<Packet4f>(const Packet4f& a) {
254 pbroadcast_first<Packet16f>(const Packet16f& a_in) {
277 EIGEN_STRONG_INLINE Packet8d pbroadcast_first<Packet8d>(const Packet8d& a_in) {
299 pbroadcast_first<Packet16i>(const Packet16i& a_in) {
420 EIGEN_STRONG_INLINE Packet8f pbroadcast_first<Packet8f>(const Packet8f& a) {
Dsparse_matmul_op_test.cc324 internal::pstoreu(data2, internal::pbroadcast_first<Packet>( in TEST_F()
Dsparse_matmul_op.cc353 *l1 = Eigen::internal::pbroadcast_first<Packet>(tmp); in LoadTwoScalars()
366 *l1 = Eigen::internal::pbroadcast_first<Packet>(tmp); in LoadFourScalars()