Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcandidate_sampler_ops.cc199 const TensorShape& in_true_candidates_shape = in_true_candidates.shape(); in Compute() local
201 TensorShapeUtils::IsMatrix(in_true_candidates_shape) && in Compute()
202 in_true_candidates_shape.dim_size(1) == num_true_, in Compute()
206 const int64 batch_size = in_true_candidates_shape.dim_size(0); in Compute()