Uses of Class
org.tensorflow.op.nn.CtcGreedyDecoder
Packages that use CtcGreedyDecoder
-
Uses of CtcGreedyDecoder in org.tensorflow.op
Methods in org.tensorflow.op that return CtcGreedyDecoderModifier and TypeMethodDescription<T extends TNumber>
CtcGreedyDecoder<T> NnOps.ctcGreedyDecoder(Operand<T> inputs, Operand<TInt32> sequenceLength, CtcGreedyDecoder.Options... options) Performs greedy decoding on the logits given in inputs. -
Uses of CtcGreedyDecoder in org.tensorflow.op.nn
Subclasses with type arguments of type CtcGreedyDecoder in org.tensorflow.op.nnMethods in org.tensorflow.op.nn that return CtcGreedyDecoderModifier and TypeMethodDescriptionstatic <T extends TNumber>
CtcGreedyDecoder<T> CtcGreedyDecoder.create(Scope scope, Operand<T> inputs, Operand<TInt32> sequenceLength, CtcGreedyDecoder.Options... options) Factory method to create a class wrapping a new CTCGreedyDecoder operation.