Package com.linkedin.feathr.common.tensor
package com.linkedin.feathr.common.tensor
-
ClassDescriptionA dense subkind of tensor data.Base type for all the dimension types.Each list is of the same length and stores a single dimension (similarly to parallel arrays).Supported primitive types.The most basic type of a dimension.A readable tuple of primitives.A scalar with a primitive representation - either a dimension or a value.SimpleWriteableTuple<T extends WriteableTuple<T>>An implementation of
WriteableTuplewhich keeps all values in primitive arrays.A readable tuple implementation that stores single tensor row data independent of a tensor aka in standalone manner.The category of the tensor type, such as dense, sparse, etc.A typed container of structured data.TensorIterator is responsible for a range of rows (possibly empty).Utility methods for converting various collections to tensors.Type definition for a TypedTensor, defines the value type, dimension types and dimension names.Utility functions for working withTensorTypeWriteableTuple<T extends WriteableTuple<T>>A writable tuple of primitives.