A AbstractTensor that also holds a reference to the actual tensor data.
Used to represent constants captured during tracing.
Because it comes from a concrete tensor, it's type is never ambiguous.
Arguments
- data
(
AnvilTensor)
The actual tensor data.