Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1555 std::vector<ConstMatrixMapR*> right_slices; in Compute() local
1572 &buffer, &right_slices); in Compute()
1573 const int num_right_slices = right_slices.size(); in Compute()
1592 std::ref(*right_slices[j_inner]), num_cols, M * i_inner, in Compute()
1615 gtl::STLDeleteElements(&right_slices); in Compute()
1616 right_slices.clear(); in Compute()