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