Uses of Class
com.yahoo.tensor.TensorType.Dimension
Packages that use TensorType.Dimension
-
Uses of TensorType.Dimension in com.yahoo.tensor
Subclasses of TensorType.Dimension in com.yahoo.tensorModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in com.yahoo.tensor that return TensorType.DimensionModifier and TypeMethodDescriptionstatic TensorType.Dimensionstatic TensorType.Dimensionstatic TensorType.Dimensionabstract TensorType.DimensionReturns a copy of this with the name set to the given nameTensorType.Dimension.withSize(long size) Returns a copy of this with the size set to the given valueMethods in com.yahoo.tensor that return types with arguments of type TensorType.DimensionModifier and TypeMethodDescriptionReturns the dimension with this name, or empty if not presentTensorType.dimensions()Returns an immutable list of the dimensions of thisTensorType.Builder.getDimension(String dimension) Returns the given dimension, or empty if none is presentMethods in com.yahoo.tensor with parameters of type TensorType.DimensionModifier and TypeMethodDescriptionintTensorType.Dimension.compareTo(TensorType.Dimension other) TensorType.Builder.dimension(TensorType.Dimension dimension) Adds the given dimensionTensorType.Builder.set(TensorType.Dimension dimension) Adds or replaces a dimension in thisMethod parameters in com.yahoo.tensor with type arguments of type TensorType.DimensionModifier and TypeMethodDescriptionstatic TensorTypeMixedTensor.createPartialType(TensorType.Value valueType, List<TensorType.Dimension> dimensions) TensorAddress.fullAddressOf(List<TensorType.Dimension> dimensions, int[] indexedPart) Creates a complete address by taking the mapped dimensions of this and adding the indexed from the indexedPartTensorAddress.mappedPartialAddress(TensorType mappedType, List<TensorType.Dimension> dimensions) Returns an address containing the mapped dimensions of this.Constructor parameters in com.yahoo.tensor with type arguments of type TensorType.DimensionModifierConstructorDescriptionBuilder(TensorType.Value valueType, Iterable<TensorType.Dimension> dimensions) Creates a builder from the given value type and dimensionsBuilder(Iterable<TensorType.Dimension> dimensions) Creates a builder from the given dimensions, having double as the value typeTensorType(TensorType.Value valueType, Collection<TensorType.Dimension> dimensions)