release
Function
Releases the input tensor object memory.
C++ Prototype
void Release()
Python Prototype
release()
Parameters
None
Usage Example
Release tensors.
1 | infer_tensor.release() |
Parent topic: InferTensor
Releases the input tensor object memory.
void Release()
release()
None
Release tensors.
1 | infer_tensor.release() |