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.cc1552 std::vector<ConstMatrixMapR*> right_slices; in Compute() local
1569 &buffer, &right_slices); in Compute()
1570 const int num_right_slices = right_slices.size(); in Compute()
1589 std::ref(*right_slices[j_inner]), num_cols, M * i_inner, in Compute()
1612 for (auto& temp : right_slices) { in Compute()
1615 right_slices.clear(); in Compute()