Lightweight wrapper that binds a Tensor to a specific TensorOps implementation. Useful to evaluate operator overloads with a desired backend (CPU/GPU/etc.).
Binds this tensor to the operations of the given execution context.
Returns a Tensor that uses the provided ops for subsequent operations.