Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcandidate_sampler_ops.cc198 const Tensor& in_true_candidates = context->input(0); in Compute() local
199 const TensorShape& in_true_candidates_shape = in_true_candidates.shape(); in Compute()
227 const int64 true_candidate = in_true_candidates.matrix<int64>()(i, j); in Compute()