Class PrimitiveType

java.lang.Object
com.linkedin.feathr.common.types.ValueType
com.linkedin.feathr.common.types.PrimitiveType
All Implemented Interfaces:
Representable, Serializable

public final class PrimitiveType extends ValueType
Type definitions for the supported primitives.
See Also:
  • Field Details

  • Constructor Details

    • PrimitiveType

      public PrimitiveType(Primitive primitive)
      Consider using pre-allocated instances. Use the constructor for generic code when you have a primitive.
      Parameters:
      primitive - the primitive representing the type of the tensor.
  • Method Details