Contents

MLCTensor

The data object you use throughout the framework.

Declaration

class MLCTensor

Overview

Create a tensor with or without data. For example, create a tensor with data for weights used by convolution or mean, variance, beta, and gamma parameters with batch normalization. Create a tensor without data to use as an input tensor when you build a graph.

Topics

Creating Tensors with Descriptors

Creating Tensors by Specifying Shape

Creating Tensors by Specifying Sequence Lengths

Inspecting Tensors

Converting Tensors

Managing Tensor Data

See Also

Components