Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc716 Packet l, nl, n2l, n3l; in GEPP() local
717 LoadFourScalars(&data, &l, &nl, &n2l, &n3l); in GEPP()
736 MulAdd(n3l, &n3r, &n3out); in GEPP()
742 const float sl4 = Eigen::internal::pfirst<Packet>(n3l); in GEPP()