Uses of Class
org.tensorflow.op.random.ThreadUnsafeUnigramCandidateSampler
Packages that use ThreadUnsafeUnigramCandidateSampler
-
Uses of ThreadUnsafeUnigramCandidateSampler in org.tensorflow.op
Methods in org.tensorflow.op that return ThreadUnsafeUnigramCandidateSamplerModifier and TypeMethodDescriptionRandomOps.threadUnsafeUnigramCandidateSampler(Operand<TInt64> trueClasses, Long numTrue, Long numSampled, Boolean unique, Long rangeMax, ThreadUnsafeUnigramCandidateSampler.Options... options) Generates labels for candidate sampling with a learned unigram distribution. -
Uses of ThreadUnsafeUnigramCandidateSampler in org.tensorflow.op.random
Subclasses with type arguments of type ThreadUnsafeUnigramCandidateSampler in org.tensorflow.op.randomMethods in org.tensorflow.op.random that return ThreadUnsafeUnigramCandidateSamplerModifier and TypeMethodDescriptionThreadUnsafeUnigramCandidateSampler.create(Scope scope, Operand<TInt64> trueClasses, Long numTrue, Long numSampled, Boolean unique, Long rangeMax, ThreadUnsafeUnigramCandidateSampler.Options... options) Factory method to create a class wrapping a new ThreadUnsafeUnigramCandidateSampler operation.