Function DP_NewDeepTensor#
Defined in File c_api.h
Function Documentation#
- DP_DeepTensor *DP_NewDeepTensor(const char *c_model)#
Deep Tensor constructor with initialization.
- Parameters:
c_model – [in] The name of the frozen model file.
- Returns:
A pointer to the deep tensor.