toBuilder abstract method

TensorBuilder<T> toBuilder({
  1. bool copy = true,
})

Constructs a TensorBuilder that has this tensor.

If copy is false, this is tensor is not copied to the builder.

Implementation

TensorBuilder<T> toBuilder({bool copy = true});