-
Methods in org.robovm.apple.metalpsgraph that return MPSGraphTensor
| Modifier and Type |
Method |
Description |
MPSGraphTensor |
MPSGraph.absolute(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.acos(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.acosh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.addition(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.asin(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.asinh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.atan(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.atan2(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.atanh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling2D(MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling2D(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.broadcastTensor(MPSGraphTensor tensor,
NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.broadcastTensor(MPSGraphTensor tensor,
MPSGraphTensor shapeTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.castTensor(MPSGraphTensor tensor,
MPSDataType type,
String name) |
|
MPSGraphTensor |
MPSGraph.ceil(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.clamp(MPSGraphTensor tensor,
MPSGraphTensor minValueTensor,
MPSGraphTensor maxValueTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.concatTensor(MPSGraphTensor tensor,
MPSGraphTensor tensor2,
long dimensionIndex,
String name) |
|
MPSGraphTensor |
MPSGraph.concatTensors(NSArray<MPSGraphTensor> tensors,
long dimensionIndex,
boolean interleave,
String name) |
|
MPSGraphTensor |
MPSGraph.concatTensors(NSArray<MPSGraphTensor> tensors,
long dimensionIndex,
String name) |
|
MPSGraphTensor |
MPSGraph.constant(double scalar,
NSArray<NSNumber> shape,
MPSDataType dataType) |
|
MPSGraphTensor |
MPSGraph.constant(double scalar,
MPSDataType dataType) |
|
MPSGraphTensor |
MPSGraph.constant(NSData data,
NSArray<NSNumber> shape,
MPSDataType dataType) |
|
MPSGraphTensor |
MPSGraph.convolution2D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DDataGradient(MPSGraphTensor gradient,
MPSGraphTensor weights,
MPSGraphTensor outputShapeTensor,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DWeightsGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphTensor outputShapeTensor,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2D(MPSGraphTensor source,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphTensor outputShape,
MPSGraphConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
MPSGraphTensor outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DWeightsGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DWeightsGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor source,
MPSGraphTensor outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.cos(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.cosh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthToSpace2DTensor(MPSGraphTensor tensor,
long widthAxis,
long heightAxis,
long depthAxis,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.depthToSpace2DTensor(MPSGraphTensor tensor,
MPSGraphTensor widthAxisTensor,
MPSGraphTensor heightAxisTensor,
MPSGraphTensor depthAxisTensor,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution2D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphDepthwiseConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution2DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.division(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.divisionNoNaN(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.dropout(MPSGraphTensor tensor,
double rate,
String name) |
|
MPSGraphTensor |
MPSGraph.dropout(MPSGraphTensor tensor,
MPSGraphTensor rate,
String name) |
|
MPSGraphTensor |
MPSGraph.equal(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.erf(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.exponent(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.exponentBase10(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.exponentBase2(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.flatten2DTensor(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.flatten2DTensor(MPSGraphTensor tensor,
MPSGraphTensor axisTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.floor(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.floorModulo(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.gather(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long axis,
long batchDimensions,
String name) |
|
MPSGraphTensor |
MPSGraph.gatherND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long batchDimensions,
String name) |
|
MPSGraphTensor |
MPSGraph.greaterThan(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.greaterThanOrEqual(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.identity(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.isFinite(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.isInfinite(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.isNaN(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.L2NormPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.L2NormPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.leakyReLU(MPSGraphTensor tensor,
double alpha,
String name) |
|
MPSGraphTensor |
MPSGraph.leakyReLU(MPSGraphTensor tensor,
MPSGraphTensor alphaTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.leakyReLU(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphTensor alphaTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.lessThan(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.lessThanOrEqual(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logarithm(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logarithmBase10(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logarithmBase2(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalAND(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalNAND(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalNOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalXNOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalXOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.matrixMultiplication(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.maximum(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.maximumWithNaNPropagation(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling2D(MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling2DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.mean(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.minimum(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.minimumWithNaNPropagation(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.modulo(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.multiplication(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.negative(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.normalization(MPSGraphTensor tensor,
MPSGraphTensor mean,
MPSGraphTensor variance,
MPSGraphTensor gamma,
MPSGraphTensor beta,
float epsilon,
String name) |
|
MPSGraphTensor |
MPSGraph.normalizationBetaGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.normalizationGammaGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphTensor meanTensor,
MPSGraphTensor varianceTensor,
NSArray<NSNumber> axes,
float epsilon,
String name) |
|
MPSGraphTensor |
MPSGraph.normalizationGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphTensor meanTensor,
MPSGraphTensor varianceTensor,
MPSGraphTensor gamma,
MPSGraphTensor gammaGradient,
MPSGraphTensor betaGradient,
NSArray<NSNumber> axes,
float epsilon,
String name) |
|
MPSGraphTensor |
MPSGraph.not(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.notEqual(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
long axis,
MPSDataType dataType,
double onValue,
double offValue,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
long axis,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
MPSDataType dataType,
double onValue,
double offValue,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.padGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphPaddingMode paddingMode,
NSArray<NSNumber> leftPadding,
NSArray<NSNumber> rightPadding,
String name) |
|
MPSGraphTensor |
MPSGraph.padTensor(MPSGraphTensor tensor,
MPSGraphPaddingMode paddingMode,
NSArray<NSNumber> leftPadding,
NSArray<NSNumber> rightPadding,
double constantValue,
String name) |
|
MPSGraphTensor |
MPSGraph.placeholder(NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.placeholder(NSArray<NSNumber> shape,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.power(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.randomPhiloxStateTensor(long counterLow,
long counterHigh,
long key,
String name) |
|
MPSGraphTensor |
MPSGraph.randomPhiloxStateTensor(long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomTensor(NSArray<NSNumber> shape,
MPSGraphRandomOpDescriptor descriptor,
long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomTensor(NSArray<NSNumber> shape,
MPSGraphRandomOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.randomTensor(MPSGraphTensor shapeTensor,
MPSGraphRandomOpDescriptor descriptor,
long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomTensor(MPSGraphTensor shapeTensor,
MPSGraphRandomOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.randomUniformTensor(NSArray<NSNumber> shape,
long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomUniformTensor(NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.randomUniformTensor(MPSGraphTensor shapeTensor,
long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomUniformTensor(MPSGraphTensor shapeTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.readVariable(MPSGraphTensor variable,
String name) |
|
MPSGraphTensor |
MPSGraph.reciprocal(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionArgMaximum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionArgMinimum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximum(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximumPropagateNaN(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximumPropagateNaN(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimum(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimumPropagateNa(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimumPropagateNaN(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionProduct(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionProduct(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionSum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionSum(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reLU(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reLUGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
String name) |
|
MPSGraphTensor |
MPSGraph.reshapeTensor(MPSGraphTensor tensor,
NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.reshapeTensor(MPSGraphTensor tensor,
MPSGraphTensor shapeTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.resize(MPSGraphTensor gradient,
MPSGraphTensor input,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.resizeTensor(MPSGraphTensor imagesTensor,
NSArray<NSNumber> size,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.resizeTensor(MPSGraphTensor imagesTensor,
MPSGraphTensor size,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseSquareRoot(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseTensor(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseTensor(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseTensor(MPSGraphTensor tensor,
MPSGraphTensor axesTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.rint(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.round(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.scatter(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long axis,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatter(MPSGraphTensor dataTensor,
MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long axis,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long batchDimensions,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long batchDimensions,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor dataTensor,
MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long batchDimensions,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.select(MPSGraphTensor predicateTensor,
MPSGraphTensor truePredicateTensor,
MPSGraphTensor falseSelectTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.shapeOfTensor(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sigmoid(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sigmoidGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
String name) |
|
MPSGraphTensor |
MPSGraph.sign(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.signbit(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sin(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sinh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceGradientTensor(MPSGraphTensor inputGradientTensor,
MPSGraphTensor fwdInShapeTensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
int startMask,
int endMask,
int squeezeMask,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceGradientTensor(MPSGraphTensor inputGradientTensor,
MPSGraphTensor fwdInShapeTensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceTensor(MPSGraphTensor tensor,
long dimensionIndex,
long start,
long length,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceTensor(MPSGraphTensor tensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
int startMask,
int endMask,
int squeezeMask,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceTensor(MPSGraphTensor tensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
String name) |
|
MPSGraphTensor |
MPSGraph.softMax(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.softMaxCrossEntropy(MPSGraphTensor sourceTensor,
MPSGraphTensor labelsTensor,
long axis,
MPSGraphLossReductionType reductionType,
String name) |
|
MPSGraphTensor |
MPSGraph.softMaxCrossEntropyGradient(MPSGraphTensor gradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphTensor labelsTensor,
long axis,
MPSGraphLossReductionType reductionType,
String name) |
|
MPSGraphTensor |
MPSGraph.softMaxGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.spaceToDepth2DTensor(MPSGraphTensor tensor,
long widthAxis,
long heightAxis,
long depthAxis,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.spaceToDepth2DTensor(MPSGraphTensor tensor,
MPSGraphTensor widthAxisTensor,
MPSGraphTensor heightAxisTensor,
MPSGraphTensor depthAxisTensor,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.sparseTensor(MPSGraphCreateSparseOpDescriptor sparseDescriptor,
NSArray<MPSGraphTensor> inputTensorArray,
NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.sparseTensor(MPSGraphSparseStorageType sparseStorageType,
NSArray<MPSGraphTensor> inputTensorArray,
NSArray<NSNumber> shape,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.square(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.squareRoot(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.stencil(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphStencilOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.stochasticGradientDescent(MPSGraphTensor learningRateTensor,
MPSGraphTensor valuesTensor,
MPSGraphTensor gradientTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.subtraction(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.tan(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.tanh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.tileGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
NSArray<NSNumber> multiplier,
String name) |
|
MPSGraphTensor |
MPSGraph.tileTensor(MPSGraphTensor tensor,
NSArray<NSNumber> multiplier,
String name) |
|
MPSGraphTensor |
MPSGraph.topK(MPSGraphTensor gradient,
MPSGraphTensor source,
long k,
String name) |
|
MPSGraphTensor |
MPSGraph.topK(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphTensor kTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.transposeTensor(MPSGraphTensor tensor,
long dimensionIndex,
long dimensionIndex2,
String name) |
|
MPSGraphTensor |
MPSGraph.variable(NSData data,
NSArray<NSNumber> shape,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.variance(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.variance(MPSGraphTensor tensor,
MPSGraphTensor meanTensor,
NSArray<NSNumber> axes,
String name) |
|
Methods in org.robovm.apple.metalpsgraph that return types with arguments of type MPSGraphTensor
| Modifier and Type |
Method |
Description |
NSArray<MPSGraphTensor> |
MPSGraph.controlDependency(NSArray<MPSGraphOperation> operations,
Block0<NSArray<MPSGraphTensor>> dependentBlock,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.doIf(MPSGraphTensor predicateTensor,
Block0<NSArray<MPSGraphTensor>> thenBlock,
Block0<NSArray<MPSGraphTensor>> elseBlock,
String name) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.encodeToCommandBuffer(MPSCommandBuffer commandBuffer,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor numberOfIterations,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor lowerBound,
MPSGraphTensor upperBound,
MPSGraphTensor step,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> |
MPSGraphExecutionDescriptor.getCompletionHandler() |
|
NSArray<MPSGraphTensor> |
MPSGraphExecutable.getFeedTensors() |
|
NSArray<MPSGraphTensor> |
MPSGraphOperation.getInputTensors() |
|
NSArray<MPSGraphTensor> |
MPSGraphOperation.getOutputTensors() |
|
NSArray<MPSGraphTensor> |
MPSGraph.getPlaceholderTensors() |
|
VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> |
MPSGraphExecutionDescriptor.getScheduledHandler() |
|
NSArray<MPSGraphTensor> |
MPSGraphExecutable.getTargetTensors() |
|
NSDictionary<MPSGraphTensor,MPSGraphTensor> |
MPSGraph.gradientForPrimaryTensor(MPSGraphTensor primaryTensor,
NSArray<MPSGraphTensor> tensors,
String name) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensor> |
MPSGraph.gradientForPrimaryTensor(MPSGraphTensor primaryTensor,
NSArray<MPSGraphTensor> tensors,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomTensor(NSArray<NSNumber> shape,
MPSGraphRandomOpDescriptor descriptor,
MPSGraphTensor state,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomTensor(MPSGraphTensor shapeTensor,
MPSGraphRandomOpDescriptor descriptor,
MPSGraphTensor state,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomUniformTensor(NSArray<NSNumber> shape,
MPSGraphTensor state,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomUniformTensor(MPSGraphTensor shapeTensor,
MPSGraphTensor state,
String name) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSArray<MPSGraphTensor> |
MPSGraph.topK(MPSGraphTensor source,
long k,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.topK(MPSGraphTensor source,
MPSGraphTensor kTensor,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphTensor
| Modifier and Type |
Method |
Description |
MPSGraphTensor |
MPSGraph.absolute(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.acos(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.acosh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.addition(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphOperation |
MPSGraph.applyStochasticGradientDescent(MPSGraphTensor learningRateTensor,
MPSGraphVariableOp variable,
MPSGraphTensor gradientTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.asin(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.asinh(MPSGraphTensor tensor,
String name) |
|
MPSGraphOperation |
MPSGraph.assignVariable(MPSGraphTensor variable,
MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.atan(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.atan2(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.atanh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling2D(MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling2D(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.broadcastTensor(MPSGraphTensor tensor,
NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.broadcastTensor(MPSGraphTensor tensor,
MPSGraphTensor shapeTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.castTensor(MPSGraphTensor tensor,
MPSDataType type,
String name) |
|
MPSGraphTensor |
MPSGraph.ceil(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.clamp(MPSGraphTensor tensor,
MPSGraphTensor minValueTensor,
MPSGraphTensor maxValueTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.concatTensor(MPSGraphTensor tensor,
MPSGraphTensor tensor2,
long dimensionIndex,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DDataGradient(MPSGraphTensor gradient,
MPSGraphTensor weights,
MPSGraphTensor outputShapeTensor,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolution2DWeightsGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphTensor outputShapeTensor,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2D(MPSGraphTensor source,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphTensor outputShape,
MPSGraphConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
MPSGraphTensor outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DWeightsGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.convolutionTranspose2DWeightsGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor source,
MPSGraphTensor outputShape,
MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.cos(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.cosh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthToSpace2DTensor(MPSGraphTensor tensor,
long widthAxis,
long heightAxis,
long depthAxis,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.depthToSpace2DTensor(MPSGraphTensor tensor,
MPSGraphTensor widthAxisTensor,
MPSGraphTensor heightAxisTensor,
MPSGraphTensor depthAxisTensor,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution2D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphDepthwiseConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution2DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution2DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.division(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.divisionNoNaN(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.doIf(MPSGraphTensor predicateTensor,
Block0<NSArray<MPSGraphTensor>> thenBlock,
Block0<NSArray<MPSGraphTensor>> elseBlock,
String name) |
|
MPSGraphTensor |
MPSGraph.dropout(MPSGraphTensor tensor,
double rate,
String name) |
|
MPSGraphTensor |
MPSGraph.dropout(MPSGraphTensor tensor,
MPSGraphTensor rate,
String name) |
|
MPSGraphTensor |
MPSGraph.equal(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.erf(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.exponent(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.exponentBase10(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.exponentBase2(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.flatten2DTensor(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.flatten2DTensor(MPSGraphTensor tensor,
MPSGraphTensor axisTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.floor(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.floorModulo(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor numberOfIterations,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor lowerBound,
MPSGraphTensor upperBound,
MPSGraphTensor step,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
MPSGraphTensor |
MPSGraph.gather(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long axis,
long batchDimensions,
String name) |
|
MPSGraphTensor |
MPSGraph.gatherND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long batchDimensions,
String name) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensor> |
MPSGraph.gradientForPrimaryTensor(MPSGraphTensor primaryTensor,
NSArray<MPSGraphTensor> tensors,
String name) |
|
MPSGraphTensor |
MPSGraph.greaterThan(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.greaterThanOrEqual(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.identity(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.isFinite(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.isInfinite(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.isNaN(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.L2NormPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.L2NormPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.leakyReLU(MPSGraphTensor tensor,
double alpha,
String name) |
|
MPSGraphTensor |
MPSGraph.leakyReLU(MPSGraphTensor tensor,
MPSGraphTensor alphaTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.leakyReLU(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphTensor alphaTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.lessThan(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.lessThanOrEqual(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logarithm(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logarithmBase10(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logarithmBase2(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalAND(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalNAND(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalNOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalXNOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.logicalXOR(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.matrixMultiplication(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.maximum(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.maximumWithNaNPropagation(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling2D(MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling2DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling2DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.mean(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.minimum(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.minimumWithNaNPropagation(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.modulo(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.multiplication(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.negative(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.normalization(MPSGraphTensor tensor,
MPSGraphTensor mean,
MPSGraphTensor variance,
MPSGraphTensor gamma,
MPSGraphTensor beta,
float epsilon,
String name) |
|
MPSGraphTensor |
MPSGraph.normalizationBetaGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.normalizationGammaGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphTensor meanTensor,
MPSGraphTensor varianceTensor,
NSArray<NSNumber> axes,
float epsilon,
String name) |
|
MPSGraphTensor |
MPSGraph.normalizationGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphTensor meanTensor,
MPSGraphTensor varianceTensor,
MPSGraphTensor gamma,
MPSGraphTensor gammaGradient,
MPSGraphTensor betaGradient,
NSArray<NSNumber> axes,
float epsilon,
String name) |
|
MPSGraphTensor |
MPSGraph.not(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.notEqual(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
long axis,
MPSDataType dataType,
double onValue,
double offValue,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
long axis,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
MPSDataType dataType,
double onValue,
double offValue,
String name) |
|
MPSGraphTensor |
MPSGraph.oneHot(MPSGraphTensor indicesTensor,
long depth,
MPSDataType dataType,
String name) |
|
MPSGraphTensor |
MPSGraph.padGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphPaddingMode paddingMode,
NSArray<NSNumber> leftPadding,
NSArray<NSNumber> rightPadding,
String name) |
|
MPSGraphTensor |
MPSGraph.padTensor(MPSGraphTensor tensor,
MPSGraphPaddingMode paddingMode,
NSArray<NSNumber> leftPadding,
NSArray<NSNumber> rightPadding,
double constantValue,
String name) |
|
MPSGraphTensor |
MPSGraph.power(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomTensor(NSArray<NSNumber> shape,
MPSGraphRandomOpDescriptor descriptor,
MPSGraphTensor state,
String name) |
|
MPSGraphTensor |
MPSGraph.randomTensor(MPSGraphTensor shapeTensor,
MPSGraphRandomOpDescriptor descriptor,
long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomTensor(MPSGraphTensor shapeTensor,
MPSGraphRandomOpDescriptor descriptor,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomTensor(MPSGraphTensor shapeTensor,
MPSGraphRandomOpDescriptor descriptor,
MPSGraphTensor state,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomUniformTensor(NSArray<NSNumber> shape,
MPSGraphTensor state,
String name) |
|
MPSGraphTensor |
MPSGraph.randomUniformTensor(MPSGraphTensor shapeTensor,
long seed,
String name) |
|
MPSGraphTensor |
MPSGraph.randomUniformTensor(MPSGraphTensor shapeTensor,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.randomUniformTensor(MPSGraphTensor shapeTensor,
MPSGraphTensor state,
String name) |
|
MPSGraphTensor |
MPSGraph.readVariable(MPSGraphTensor variable,
String name) |
|
MPSGraphTensor |
MPSGraph.reciprocal(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionArgMaximum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionArgMinimum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximum(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximumPropagateNaN(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMaximumPropagateNaN(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimum(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimumPropagateNa(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionMinimumPropagateNaN(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionProduct(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionProduct(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionSum(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.reductionSum(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reLU(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reLUGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
String name) |
|
MPSGraphTensor |
MPSGraph.reshapeTensor(MPSGraphTensor tensor,
NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.reshapeTensor(MPSGraphTensor tensor,
MPSGraphTensor shapeTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.resize(MPSGraphTensor gradient,
MPSGraphTensor input,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.resizeTensor(MPSGraphTensor imagesTensor,
NSArray<NSNumber> size,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.resizeTensor(MPSGraphTensor imagesTensor,
MPSGraphTensor size,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseSquareRoot(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseTensor(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseTensor(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.reverseTensor(MPSGraphTensor tensor,
MPSGraphTensor axesTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.rint(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.round(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.scatter(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long axis,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatter(MPSGraphTensor dataTensor,
MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long axis,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long batchDimensions,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long batchDimensions,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor dataTensor,
MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long batchDimensions,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.select(MPSGraphTensor predicateTensor,
MPSGraphTensor truePredicateTensor,
MPSGraphTensor falseSelectTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.shapeOfTensor(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sigmoid(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sigmoidGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
String name) |
|
MPSGraphTensor |
MPSGraph.sign(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.signbit(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sin(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sinh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceGradientTensor(MPSGraphTensor inputGradientTensor,
MPSGraphTensor fwdInShapeTensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
int startMask,
int endMask,
int squeezeMask,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceGradientTensor(MPSGraphTensor inputGradientTensor,
MPSGraphTensor fwdInShapeTensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceTensor(MPSGraphTensor tensor,
long dimensionIndex,
long start,
long length,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceTensor(MPSGraphTensor tensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
int startMask,
int endMask,
int squeezeMask,
String name) |
|
MPSGraphTensor |
MPSGraph.sliceTensor(MPSGraphTensor tensor,
NSArray<NSNumber> starts,
NSArray<NSNumber> ends,
NSArray<NSNumber> strides,
String name) |
|
MPSGraphTensor |
MPSGraph.softMax(MPSGraphTensor tensor,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.softMaxCrossEntropy(MPSGraphTensor sourceTensor,
MPSGraphTensor labelsTensor,
long axis,
MPSGraphLossReductionType reductionType,
String name) |
|
MPSGraphTensor |
MPSGraph.softMaxCrossEntropyGradient(MPSGraphTensor gradientTensor,
MPSGraphTensor sourceTensor,
MPSGraphTensor labelsTensor,
long axis,
MPSGraphLossReductionType reductionType,
String name) |
|
MPSGraphTensor |
MPSGraph.softMaxGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
long axis,
String name) |
|
MPSGraphTensor |
MPSGraph.spaceToDepth2DTensor(MPSGraphTensor tensor,
long widthAxis,
long heightAxis,
long depthAxis,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.spaceToDepth2DTensor(MPSGraphTensor tensor,
MPSGraphTensor widthAxisTensor,
MPSGraphTensor heightAxisTensor,
MPSGraphTensor depthAxisTensor,
long blockSize,
boolean usePixelShuffleOrder,
String name) |
|
MPSGraphTensor |
MPSGraph.square(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.squareRoot(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.stencil(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphStencilOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.stochasticGradientDescent(MPSGraphTensor learningRateTensor,
MPSGraphTensor valuesTensor,
MPSGraphTensor gradientTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.subtraction(MPSGraphTensor primaryTensor,
MPSGraphTensor secondaryTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.tan(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.tanh(MPSGraphTensor tensor,
String name) |
|
MPSGraphTensor |
MPSGraph.tileGradient(MPSGraphTensor incomingGradientTensor,
MPSGraphTensor sourceTensor,
NSArray<NSNumber> multiplier,
String name) |
|
MPSGraphTensor |
MPSGraph.tileTensor(MPSGraphTensor tensor,
NSArray<NSNumber> multiplier,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.topK(MPSGraphTensor source,
long k,
String name) |
|
MPSGraphTensor |
MPSGraph.topK(MPSGraphTensor gradient,
MPSGraphTensor source,
long k,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.topK(MPSGraphTensor source,
MPSGraphTensor kTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.topK(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphTensor kTensor,
String name) |
|
MPSGraphTensor |
MPSGraph.transposeTensor(MPSGraphTensor tensor,
long dimensionIndex,
long dimensionIndex2,
String name) |
|
MPSGraphTensor |
MPSGraph.variance(MPSGraphTensor tensor,
NSArray<NSNumber> axes,
String name) |
|
MPSGraphTensor |
MPSGraph.variance(MPSGraphTensor tensor,
MPSGraphTensor meanTensor,
NSArray<NSNumber> axes,
String name) |
|
Method parameters in org.robovm.apple.metalpsgraph with type arguments of type MPSGraphTensor
| Modifier and Type |
Method |
Description |
MPSGraphExecutable |
MPSGraph.compile(MPSGraphDevice device,
NSDictionary<MPSGraphTensor,MPSGraphShapedType> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphCompilationDescriptor compilationDescriptor) |
|
MPSGraphExecutable |
MPSGraph.compile(MPSGraphDevice device,
NSDictionary<MPSGraphTensor,MPSGraphShapedType> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphCompilationDescriptor compilationDescriptor) |
|
MPSGraphTensor |
MPSGraph.concatTensors(NSArray<MPSGraphTensor> tensors,
long dimensionIndex,
boolean interleave,
String name) |
|
MPSGraphTensor |
MPSGraph.concatTensors(NSArray<MPSGraphTensor> tensors,
long dimensionIndex,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.controlDependency(NSArray<MPSGraphOperation> operations,
Block0<NSArray<MPSGraphTensor>> dependentBlock,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.doIf(MPSGraphTensor predicateTensor,
Block0<NSArray<MPSGraphTensor>> thenBlock,
Block0<NSArray<MPSGraphTensor>> elseBlock,
String name) |
|
void |
MPSGraph.encodeToCommandBuffer(MPSCommandBuffer commandBuffer,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.encodeToCommandBuffer(MPSCommandBuffer commandBuffer,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.encodeToCommandBuffer(MPSCommandBuffer commandBuffer,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor numberOfIterations,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor numberOfIterations,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor numberOfIterations,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor numberOfIterations,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor lowerBound,
MPSGraphTensor upperBound,
MPSGraphTensor step,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor lowerBound,
MPSGraphTensor upperBound,
MPSGraphTensor step,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor lowerBound,
MPSGraphTensor upperBound,
MPSGraphTensor step,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.forLoop(MPSGraphTensor lowerBound,
MPSGraphTensor upperBound,
MPSGraphTensor step,
NSArray<MPSGraphTensor> initialBodyArguments,
Block2<MPSGraphTensor,NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> body,
String name) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensor> |
MPSGraph.gradientForPrimaryTensor(MPSGraphTensor primaryTensor,
NSArray<MPSGraphTensor> tensors,
String name) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
void |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
void |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
void |
MPSGraphExecutionDescriptor.setCompletionHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v) |
|
void |
MPSGraphExecutionDescriptor.setScheduledHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v) |
|
MPSGraphTensor |
MPSGraph.sparseTensor(MPSGraphCreateSparseOpDescriptor sparseDescriptor,
NSArray<MPSGraphTensor> inputTensorArray,
NSArray<NSNumber> shape,
String name) |
|
MPSGraphTensor |
MPSGraph.sparseTensor(MPSGraphSparseStorageType sparseStorageType,
NSArray<MPSGraphTensor> inputTensorArray,
NSArray<NSNumber> shape,
MPSDataType dataType,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|
NSArray<MPSGraphTensor> |
MPSGraph.whileLoop(NSArray<MPSGraphTensor> initialInputs,
Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before,
Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after,
String name) |
|