Function DP_DeepTensorGetOutputDim#
Defined in File c_api.h
Function Documentation#
- int DP_DeepTensorGetOutputDim(DP_DeepTensor *dt)#
Get the output dimension of a Deep Tensor.
- Parameters:
dt – [in] The Deep Tensor to use.
- Returns:
The output dimension of the Deep Tensor.