pub fn traced<T: Tensor<Tape = OwnedTape>>(t: T::NoTape) -> T
Expand description

Transforms a NoneTape tensor to an OwnedTape by directly inserting a new OwnedTape into t.

See trace() for version that copies t.