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.cc715 Packet l, nl, n2l, n3l; in GEPP() local
716 LoadFourScalars(&data, &l, &nl, &n2l, &n3l); in GEPP()
735 MulAdd(n3l, &n3r, &n3out); in GEPP()
741 const float sl4 = Eigen::internal::pfirst<Packet>(n3l); in GEPP()