withOps

fun <T : DType, V> Tensor<T, V>.withOps(ops: TensorOps): Tensor<T, V>(source)

Returns a Tensor that uses the provided ops for subsequent operations.