Contents

MLCTensorDescriptor

A configuration object you use to create a tensor.

Declaration

class MLCTensorDescriptor

Overview

This class contains the mathematical properties of a tensor, such as data type and shape. It also includes initializers that help you create a tensor descriptor for common use cases, such as convolutional neural networks and recurrent neural networks.

Topics

Creating Tensor Descriptors

Inspecting Tensor Descriptors

See Also

Creating Tensors with Descriptors