CheckModelCompatibility
Function Usage
A protected member function that is invoked by Init() to verify the output shape of the read model.
Prototype
1 | APP_ERROR ModelPostProcessorBase::CheckModelCompatibility(); |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: ModelPostProcessorBase