Class GenericTypedTensor

java.lang.Object
com.linkedin.feathr.common.GenericTypedTensor
All Implemented Interfaces:
TypedTensor

public class GenericTypedTensor extends Object implements TypedTensor
This is the base tensor class, may be created from the basic properties, from a feature or operator applied to another tensor
  • Field Details

  • Constructor Details

    • GenericTypedTensor

      public GenericTypedTensor(TensorData data, TensorType type)
      Build for tensors that have a dynamic type, for example as a result of a tensor operation that changes the shape.
      Parameters:
      data - actual data
      type - the tensor type
  • Method Details