Show / Hide Table of Contents

Namespace Microsoft.ML.OnnxRuntime.Tensors

Classes

ArrayTensorExtensions

A static class that houses static DenseTensor{T} extension methods

DenseTensor<T>

Represents a multi-dimensional collection of objects of type T that can be accessed by indices.
DenseTensor stores values in a contiguous sequential block of memory where all values are represented.

ShapeUtils

This class contains utilities for useful calculations with shape.

Tensor

Various methods for creating and manipulating Tensor<T>

TensorBase

This class is a base for all Tensors. It hosts maps with type traits.

TensorElementTypeInfo

Holds TensorElement traits

TensorTypeInfo

Helps typecasting. Holds Tensor element type traits.

Tensor<T>

Represents a multi-dimensional collection of objects of type T that can be accessed by indices.

Enums

TensorElementType

Supported Tensor DataType

In This Article
Back to top