Uses of Class
org.tensorflow.op.math.InvertPermutation
Packages that use InvertPermutation
-
Uses of InvertPermutation in org.tensorflow.op
Methods in org.tensorflow.op that return InvertPermutationModifier and TypeMethodDescription<T extends TNumber>
InvertPermutation<T> MathOps.invertPermutation(Operand<T> x) Computes the inverse permutation of a tensor. -
Uses of InvertPermutation in org.tensorflow.op.math
Subclasses with type arguments of type InvertPermutation in org.tensorflow.op.mathMethods in org.tensorflow.op.math that return InvertPermutationModifier and TypeMethodDescriptionstatic <T extends TNumber>
InvertPermutation<T> Factory method to create a class wrapping a new InvertPermutation operation.