TensorFree
Function Usage
Releases tensor data.
Prototype
1 | static APP_ERROR Tensor::TensorFree(Tensor &tensor); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
tensor |
Input |
Tensor data to be released. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: Tensor