Contents

MTLTensorBufferAttachments

Per-plane buffer backing storage for multi-plane tensor creation.

Declaration

class MTLTensorBufferAttachments

Overview

Use this type to associate each plane of a tensor with a MTLBuffer and byte offset, then pass it to the tensor creation API on MTLDevice.

Topics

Instance Methods