Expand description
Groups MPSGraph framework constants for graph.
Modules§
- data_
type - Selected
MPSDataTypeconstants useful for graph inputs and outputs. - padding_
mode MPSGraphPaddingModeconstants.- padding_
style MPSGraphPaddingStyleconstants.- tensor_
named_ data_ layout MPSGraphTensorNamedDataLayoutconstants.
Structs§
- Convolution2D
Descriptor - Mirrors the
MPSGraphframework counterpart for this type. - Convolution2D
Descriptor Info - Plain-Rust configuration for
MPSGraphConvolution2DOpDescriptor. - Executable
- Safe owner for a compiled
MPSGraphExecutable. - Feed
- Ordered placeholder feed pairing used for graph execution.
- Feed
Description - Feed metadata used to compile a graph into an executable.
- Graph
- Mirrors the
MPSGraphframework counterpart for this type. - Pooling2D
Descriptor - Mirrors the
MPSGraphframework counterpart for this type. - Pooling2D
Descriptor Info - Plain-Rust configuration for
MPSGraphPooling2DOpDescriptor. - Tensor
- Mirrors the
MPSGraphframework counterpart for this type.
Functions§
- data_
type_ size - Return the byte width of a supported
MPSDataType.