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.h94 EIGEN_DEVICE_FUNC inline Packet pbroadcast_first(const Packet& a) { in pbroadcast_first() function
162 EIGEN_STRONG_INLINE Packet4f pbroadcast_first<Packet4f>(const Packet4f& a) {
228 EIGEN_STRONG_INLINE Packet4f pbroadcast_first<Packet4f>(const Packet4f& a) {
255 pbroadcast_first<Packet16f>(const Packet16f& a_in) {
278 EIGEN_STRONG_INLINE Packet8d pbroadcast_first<Packet8d>(const Packet8d& a_in) {
300 pbroadcast_first<Packet16i>(const Packet16i& a_in) {
421 EIGEN_STRONG_INLINE Packet8f pbroadcast_first<Packet8f>(const Packet8f& a) {
Dsparse_matmul_op_test.cc331 internal::pstoreu(data2, internal::pbroadcast_first<Packet>( in TEST_F()
Dsparse_matmul_op.cc354 *l1 = Eigen::internal::pbroadcast_first<Packet>(tmp); in LoadTwoScalars()
367 *l1 = Eigen::internal::pbroadcast_first<Packet>(tmp); in LoadFourScalars()