Package com.yahoo.tensor
@ExportPackage
@PublicApi
package com.yahoo.tensor
Tensor data types
- Author:
- bratseth
-
ClassDescriptionThe sizes of a set of dimensions.Builder of a set of dimension sizes.An indexed (dense) tensor.A bound builder can create the double array directlyAn array of indexes into this tensor which are able to find the next index in the value order.A sparse implementation of a tensor backed by a Map of cells to values.A mixed tensor type.Builder for mixed tensors with bound indexed dimensions.Base class for building mixed tensors.Temporarily stores all cells to find bounds of indexed dimensions, then creates a tensor using BoundBuilder.An address to a subset of a tensors' cells, specifying a label for some but not necessarily all of the tensors dimensions.A multidimensional array which can be used in computations.An immutable address to a tensor cell.Builder of a tensor addressBuilder of an address to a subset of the dimensions of a tensor typeA tensor type with its dimensions.A tensor dimension.The permissible cell value types.Class for parsing a tensor type spec.Common type resolving for basic tensor operations.