-
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphConvolution2DOpDescriptor
| Modifier and Type |
Method |
Description |
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) |
|