GetInputDataType
Function Usage
Obtains the input data type.
Prototype
1 | std::vector<TensorDataType> ModelInferenceProcessor::GetInputDataType() const; |
Response Parameters
Data Structure |
Description |
|---|---|
std::vector<TensorDataType> |
For details, see TensorDataType. |
Parent topic: ModelInferenceProcessor