Wraps a tensor that is held by an Op across calls to Compute(). For memory safety when using asynchronous devices like GPUs, the system must be notified when a Tensor is used inside an Op execution. The wrapper ensures that all uses of the Tensor are tracked, because in order to retrieve the Tensor the caller must use AccessTensor which notifies the context.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected