Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dbipartite_match_op.cc72 auto valid_top_k = top_k_; in Compute() local
74 if (valid_top_k <= 0) { in Compute()
75 valid_top_k = num_valid_rows * num_input_columns; in Compute()
113 if (index >= valid_top_k) { in Compute()