Searched refs:LoadFourScalars (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 362 ALWAYS_INLINE void LoadFourScalars(const bfloat16** data, Packet* l1, in LoadFourScalars() function 387 ALWAYS_INLINE void LoadFourScalars(const float** data, Packet* l1, Packet* l2, in LoadFourScalars() function 404 LoadFourScalars(data, l1, l2, l3, l4); in LoadSixScalars() 716 LoadFourScalars(&data, &l, &nl, &n2l, &n3l); in GEPP()
|