get_data
Function
Obtains data.
C++ Prototype
void* GetData() const;
Python Prototype
get_data()
Parameters
None
Usage Example
Obtain the data object corresponding to a tensor.
1 | data = infer_tensor.get_data() |
Parent topic: InferTensor
Obtains data.
void* GetData() const;
get_data()
None
Obtain the data object corresponding to a tensor.
1 | data = infer_tensor.get_data() |