ResetData
Description
Deallocates data memory in a Tensor.
Prototype
std::unique_ptr<uint8_t[], Tensor::DeleteFunc> ResetData()
Parameters
None
Returns
Deallocated memory address and deleter.
Exception Handling
None.
Restrictions
None.
Parent topic: Tensor