Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dbipartite_match_op.cc103 std::vector<int> col_to_row_match_vec(num_input_columns, -1); in Compute() local
108 col_to_row_match_vec[match.index2] == -1) { in Compute()
110 col_to_row_match_vec[match.index2] = match.index1; in Compute()
124 TTypes<int>::Vec(col_to_row_match_vec.data(), num_input_columns); in Compute()