Crate tc_tensor[][src]

Structs

A wrapper around a DenseTensor File

Tensor bounds

A Tensor stored as a File of dense Array blocks

The schema of a Tensor

The shape of a Tensor

The base accessor type of SparseTensor, implementing SparseAccess for a TableIndex.

A Tensor stored as a Table of Coords and [Number] values

Enums

The bounds of a Tensor along a single axis.

A generic enum which can contain any DenseAccess impl

A generic SparseAccess type

An n-dimensional array of numbers which supports basic math and logic operations

The Class of Tensor

A view of a Tensor at a given TxnId, used in serialization

Constants

The file extension of a Tensor

Traits

Common DenseTensor access methods

Common DenseTensor access methods

Access methods for SparseTensor data

Write methods for SparseTensor data

Basic properties common to all Tensors

Tensor boolean operations.

Tensor comparison operations

Tensor I/O operations which accept another Tensor as an argument

Tensor I/O operations

A Tensor instance

Tensor math operations

Tensor reduction operations

Tensor transforms

Unary Tensor operations

Functions

Broadcast the given left and right tensors into the same shape.

Type Definitions

The address of an individual element in a Tensor.