pub fn fixed_unigram_candidate_sampler<O0: Into<Output>>( true_classes: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for FixedUnigramCandidateSampler::new().build(true_classes, scope).
FixedUnigramCandidateSampler::new().build(true_classes, scope)