tensorflow::ops

Function learned_unigram_candidate_sampler

Source
pub fn learned_unigram_candidate_sampler<O0: Into<Output>>(
    true_classes: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for LearnedUnigramCandidateSampler::new().build(true_classes, scope).