Uses of Enum Class
com.yahoo.tensor.TensorType.Value
Packages that use TensorType.Value
Package
Description
Tensor data types
Tensor function evaluation
-
Uses of TensorType.Value in com.yahoo.tensor
Methods in com.yahoo.tensor that return TensorType.ValueModifier and TypeMethodDescriptionstatic TensorType.ValueTensorType.combinedValueType(TensorType... types) static TensorType.Valuestatic TensorType.ValueTensorType.Value.largestOf(TensorType.Value value1, TensorType.Value value2) static TensorType.ValueTensorType.Value.largestOf(List<TensorType.Value> values) static TensorType.ValueReturns the enum constant of this class with the specified name.static TensorType.Value[]TensorType.Value.values()Returns an array containing the constants of this enum class, in the order they are declared.TensorType.valueType()Returns the numeric type of the cell values of thisMethods in com.yahoo.tensor with parameters of type TensorType.ValueModifier and TypeMethodDescriptionstatic TensorTypeTypeResolver.cell_cast(TensorType inputType, TensorType.Value toCellType) default TensorTensor.cellCast(TensorType.Value valueType) static TensorTypeMixedTensor.createPartialType(TensorType.Value valueType, List<TensorType.Dimension> dimensions) booleanTensorType.Value.isEqualOrLargerThan(TensorType.Value other) static TensorType.ValueTensorType.Value.largestOf(TensorType.Value value1, TensorType.Value value2) Method parameters in com.yahoo.tensor with type arguments of type TensorType.ValueModifier and TypeMethodDescriptionstatic TensorType.ValueTensorType.Value.largestOf(List<TensorType.Value> values) Constructors in com.yahoo.tensor with parameters of type TensorType.ValueModifierConstructorDescriptionBuilder(TensorType.Value valueType) Builder(TensorType.Value valueType, Iterable<TensorType.Dimension> dimensions) Creates a builder from the given value type and dimensionsTensorType(TensorType.Value valueType, Collection<TensorType.Dimension> dimensions) -
Uses of TensorType.Value in com.yahoo.tensor.functions
Constructors in com.yahoo.tensor.functions with parameters of type TensorType.ValueModifierConstructorDescriptionCellCast(TensorFunction<NAMETYPE> argument, TensorType.Value valueType) -
Uses of TensorType.Value in com.yahoo.tensor.serialization
Methods in com.yahoo.tensor.serialization with parameters of type TensorType.ValueModifier and TypeMethodDescriptionstatic double[]JsonFormat.decodeHexString(String input, TensorType.Value valueType)