---
title: MPSGraphDepthwiseConvolution3DOpDescriptor
framework: metalperformanceshadersgraph
role: symbol
role_heading: Class
path: metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor
---

# MPSGraphDepthwiseConvolution3DOpDescriptor

The class that defines the parameters for a 3D-depthwise convolution operation.

## Declaration

```swift
class MPSGraphDepthwiseConvolution3DOpDescriptor
```

## Overview

Overview A MPSGraphDepthwiseConvolution3DOpDescriptor defines constant parameters for 3D depthwise convolutions. Use this class with depthwiseConvolution3D(_:weights:descriptor:name:), depthwiseConvolution3DDataGradient(_:weights:outputShape:descriptor:name:) and depthwiseConvolution3DWeightsGradient(_:source:outputShape:descriptor:name:) methods.

## Topics

### Initializers

- [init(paddingStyle:)](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/init(paddingstyle:).md)
- [init(strides:dilationRates:paddingValues:paddingStyle:)](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/init(strides:dilationrates:paddingvalues:paddingstyle:).md)

### Instance Properties

- [channelDimensionIndex](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/channeldimensionindex.md)
- [dilationRates](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/dilationrates.md)
- [paddingStyle](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/paddingstyle.md)
- [paddingValues](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/paddingvalues.md)
- [strides](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/strides.md)

## Relationships

### Inherits From

- [MPSGraphObject](metalperformanceshadersgraph/mpsgraphobject.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Classes

- [MPSGraph](metalperformanceshadersgraph/mpsgraph.md)
- [MPSGraphCompilationDescriptor](metalperformanceshadersgraph/mpsgraphcompilationdescriptor.md)
- [MPSGraphConvolution2DOpDescriptor](metalperformanceshadersgraph/mpsgraphconvolution2dopdescriptor.md)
- [MPSGraphConvolution3DOpDescriptor](metalperformanceshadersgraph/mpsgraphconvolution3dopdescriptor.md)
- [MPSGraphCreateSparseOpDescriptor](metalperformanceshadersgraph/mpsgraphcreatesparseopdescriptor.md)
- [MPSGraphDepthwiseConvolution2DOpDescriptor](metalperformanceshadersgraph/mpsgraphdepthwiseconvolution2dopdescriptor.md)
- [MPSGraphDevice](metalperformanceshadersgraph/mpsgraphdevice.md)
- [MPSGraphExecutable](metalperformanceshadersgraph/mpsgraphexecutable.md)
- [MPSGraphExecutableExecutionDescriptor](metalperformanceshadersgraph/mpsgraphexecutableexecutiondescriptor.md)
- [MPSGraphExecutableSerializationDescriptor](metalperformanceshadersgraph/mpsgraphexecutableserializationdescriptor.md)
- [MPSGraphExecutionDescriptor](metalperformanceshadersgraph/mpsgraphexecutiondescriptor.md)
- [MPSGraphFFTDescriptor](metalperformanceshadersgraph/mpsgraphfftdescriptor.md)
- [MPSGraphGRUDescriptor](metalperformanceshadersgraph/mpsgraphgrudescriptor.md)
- [MPSGraphImToColOpDescriptor](metalperformanceshadersgraph/mpsgraphimtocolopdescriptor.md)
- [MPSGraphLSTMDescriptor](metalperformanceshadersgraph/mpsgraphlstmdescriptor.md)
