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