Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc721 const auto& n2index = left.index[j + 2]; in GEPP() local
725 const auto* n2r = right_ptrs[n2index.k]; in GEPP()
729 float* n2out = out_ptrs[n2index.m]; in GEPP()