Uses of Interface
com.yahoo.tensor.Tensor.Builder
Packages that use Tensor.Builder
-
Uses of Tensor.Builder in com.yahoo.tensor
Classes in com.yahoo.tensor that implement Tensor.BuilderModifier and TypeClassDescriptionstatic classA bound builder can create the double array directlystatic classstatic classstatic classBuilder for mixed tensors with bound indexed dimensions.static classBase class for building mixed tensors.Methods in com.yahoo.tensor that return Tensor.BuilderModifier and TypeMethodDescriptionMixedTensor.BoundBuilder.block(TensorAddress sparsePart, double[] values) MixedTensor.BoundBuilder.cell(TensorAddress address, double value) MixedTensor.BoundBuilder.cell(TensorAddress address, float value) MixedTensor.Builder.cell(double value, long... labels) MixedTensor.Builder.cell(float value, long... labels) Tensor.Builder.cell(double value, long... labels) Add a cellTensor.Builder.cell(float value, long... labels) default Tensor.BuilderTensor.Builder.cell(Tensor.Cell cell) Adds the given cell to this tensordefault Tensor.BuilderTensor.Builder.cell(Tensor.Cell cell, double value) Add a celldefault Tensor.BuilderTensor.Builder.cell(Tensor.Cell cell, float value) Tensor.Builder.cell(TensorAddress address, double value) Add a cellTensor.Builder.cell(TensorAddress address, float value) static Tensor.BuilderTensor.Builder.of(TensorType type) Creates a suitable builder for the given typestatic Tensor.BuilderTensor.Builder.of(TensorType type, DimensionSizes dimensionSizes) Creates a suitable builder for the given typestatic Tensor.BuilderCreates a suitable builder for the given type specTensor.Builder.CellBuilder.value(double cellValue) Tensor.Builder.CellBuilder.value(float cellValue)