pub fn tensor_value_ref(value: &Value) -> Option<&Tensor>
Borrows the Tensor backing a value, or None if it is not a tensor.
Tensor
None