Package com.yahoo.tensor
Class TensorType.MappedDimension
java.lang.Object
com.yahoo.tensor.TensorType.Dimension
com.yahoo.tensor.TensorType.MappedDimension
- All Implemented Interfaces:
Comparable<TensorType.Dimension>
- Enclosing class:
- TensorType
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.tensor.TensorType.Dimension
TensorType.Dimension.Type -
Method Summary
-
Method Details
-
size
Description copied from class:TensorType.DimensionReturns the size of this dimension if it is bound, empty otherwise Beware not use == != when comparing size. Use equals- Specified by:
sizein classTensorType.Dimension
-
type
- Specified by:
typein classTensorType.Dimension
-
withName
Description copied from class:TensorType.DimensionReturns a copy of this with the name set to the given name- Specified by:
withNamein classTensorType.Dimension
-
toString
- Specified by:
toStringin classTensorType.Dimension
-