Share via


MPSGraph_MPSGraphConvolutionOps Class

Definition

public static class MPSGraph_MPSGraphConvolutionOps
type MPSGraph_MPSGraphConvolutionOps = class
Inheritance
MPSGraph_MPSGraphConvolutionOps

Methods

Name Description
Convolution2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
Convolution2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
Convolution2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
Convolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
Convolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
Convolution3D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution3DOpDescriptor, String)
Convolution3DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution3DOpDescriptor, String)
Convolution3DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution3DOpDescriptor, String)
Convolution3DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution3DOpDescriptor, String)
Convolution3DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution3DOpDescriptor, String)

Applies to