Class ImmutableTensor.Builder<V>

  • Type Parameters:
    V - the type of the values to be added
    All Implemented Interfaces:
    TensorBuilder<V>
    Enclosing class:
    ImmutableTensor<V>

    public static final class ImmutableTensor.Builder<V>
    extends AbstractTensorBuilder<V>
    A builder for an immutable tensor.