Function DP_NewDeepTensor

Function DP_NewDeepTensor#

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.