Uses of Class
com.yahoo.tensor.IndexedTensor.Builder
Packages that use IndexedTensor.Builder
-
Uses of IndexedTensor.Builder in com.yahoo.tensor
Subclasses of IndexedTensor.Builder in com.yahoo.tensorModifier and TypeClassDescriptionstatic classA bound builder can create the double array directlyMethods in com.yahoo.tensor that return IndexedTensor.BuilderModifier and TypeMethodDescriptionabstract IndexedTensor.BuilderIndexedTensor.Builder.cell(double value, long... indexes) abstract IndexedTensor.BuilderIndexedTensor.Builder.cell(float value, long... indexes) static IndexedTensor.BuilderIndexedTensor.Builder.of(TensorType type) static IndexedTensor.BuilderIndexedTensor.Builder.of(TensorType type, double[] values) Creates a builder initialized with the given valuesstatic IndexedTensor.BuilderIndexedTensor.Builder.of(TensorType type, float[] values) Creates a builder initialized with the given valuesstatic IndexedTensor.BuilderIndexedTensor.Builder.of(TensorType type, DimensionSizes sizes) Create a builder with dimension size information for this instance.static IndexedTensor.BuilderIndexedTensor.Builder.of(TensorType type, DimensionSizes sizes, double[] values) Creates a builder initialized with the given valuesstatic IndexedTensor.BuilderIndexedTensor.Builder.of(TensorType type, DimensionSizes sizes, float[] values) Creates a builder initialized with the given values