Function tensorflow::ops::all_candidate_sampler
source · pub fn all_candidate_sampler<O0: Into<Output>>(
true_classes: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for AllCandidateSampler::new().build(true_classes, scope)
.