Class TensorDataType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DataType>

    public class TensorDataType
    extends DataType
    A DataType containing a tensor type
    Author:
    bratseth
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static int classId
    • Constructor Detail

      • TensorDataType

        public TensorDataType​(com.yahoo.tensor.TensorType tensorType)