Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphResizeMode
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphResizeMode in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphResizeMode Modifier and Type Method Description static MPSGraphResizeModeMPSGraphResizeMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphResizeModeMPSGraphResizeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphResizeMode[]MPSGraphResizeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphResizeMode Modifier and Type Method Description MPSGraphTensorMPSGraph. resize(MPSGraphTensor gradient, MPSGraphTensor input, MPSGraphResizeMode mode, boolean centerResult, boolean alignCorners, MPSGraphTensorNamedDataLayout layout, String name)MPSGraphTensorMPSGraph. resizeTensor(MPSGraphTensor imagesTensor, NSArray<NSNumber> size, MPSGraphResizeMode mode, boolean centerResult, boolean alignCorners, MPSGraphTensorNamedDataLayout layout, String name)MPSGraphTensorMPSGraph. resizeTensor(MPSGraphTensor imagesTensor, MPSGraphTensor size, MPSGraphResizeMode mode, boolean centerResult, boolean alignCorners, MPSGraphTensorNamedDataLayout layout, String name)