Function MSTensorGetData
Defined in File tensor_c.h
Function Documentation
- 
const void *MSTensorGetData(const MSTensorHandle tensor)
 Obtain the data pointer of the tensor.
- Parameters
 tensor – [in] Tensor object handle.
- Returns
 The data pointer of the tensor.