get_data
Function Usage
Obtains tensor data.
Prototype
1 | get_data() -> TensorLike |
Parameters
None
Returns
TensorLike type tensor data.
Constraints
If the value fails to be obtained, RuntimeError is thrown.
Parent topic: Tensor
Obtains tensor data.
1 | get_data() -> TensorLike |
None
TensorLike type tensor data.
If the value fails to be obtained, RuntimeError is thrown.