Uses of Enum Class
com.yahoo.tensor.TensorType.Dimension.Type
Packages that use TensorType.Dimension.Type
-
Uses of TensorType.Dimension.Type in com.yahoo.tensor
Methods in com.yahoo.tensor that return TensorType.Dimension.TypeModifier and TypeMethodDescriptionabstract TensorType.Dimension.TypeTensorType.Dimension.type()TensorType.IndexedBoundDimension.type()TensorType.IndexedUnboundDimension.type()TensorType.MappedDimension.type()static TensorType.Dimension.TypeReturns the enum constant of this class with the specified name.static TensorType.Dimension.Type[]TensorType.Dimension.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.tensor with parameters of type TensorType.Dimension.TypeModifier and TypeMethodDescriptionTensorType.Builder.dimension(String name, TensorType.Dimension.Type type)