Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc74 std::vector<bool> row_id_present; in Compute() local
82 OP_REQUIRES_OK(context, RemapVectorToMap(row_remapping, &row_id_present, in Compute()
278 if (row_id_present[i] && col_id_present[j]) continue; in Compute()