Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcandidate_sampler_ops.cc242 Tensor* out_ids = nullptr; in Compute() local
245 1, TensorShape({static_cast<int>(ids.size())}), &out_ids)); in Compute()
254 out_ids->vec<int64>()(i) = ids[i]; in Compute()