Package com.linkedin.feathr.common.tensorbuilder
package com.linkedin.feathr.common.tensorbuilder
-
ClassDescriptionAn interface for building Tensors from arrays and collections of values This is targeted towards building DenseTensor.Build a dense tensor based on input column types and shape, All columns except the last one, must have
Primitive.INTrepresentation.TensorBuilder<T extends TensorBuilder<T>>A stateful object used to build instances of tensors of some specific representation without knowing its details.Implements a tensor from pre-allocated arrays.Builds tensors with columns being a requested permutation of int, long, and float.