Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcandidate_sampler_ops.cc215 std::unordered_map<int64, int> sampled_candidate_to_pos; in Compute() local
217 sampled_candidate_to_pos[in_sampled_candidates.vec<int64>()(i)] = i; in Compute()
228 const auto look = sampled_candidate_to_pos.find(true_candidate); in Compute()
229 if (look != sampled_candidate_to_pos.end()) { in Compute()