Searched refs:ScalarMulAdd3Way (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 318 ALWAYS_INLINE void ScalarMulAdd3Way(const float a1, const float a2, in ScalarMulAdd3Way() function 332 ALWAYS_INLINE void ScalarMulAdd3Way(const float a1, const float a2, in ScalarMulAdd3Way() function 682 ScalarMulAdd3Way(sl1, sl2, sl3, &r1, &r2, &r3, &out); in GEPP() 683 ScalarMulAdd3Way(nsl1, nsl2, nsl3, &nr1, &nr2, &nr3, &nout); in GEPP() 706 ScalarMulAdd3Way(sl1, sl2, sl3, &r1, &r2, &r3, &out); in GEPP()
|