You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ONNX format has metadata_props which can be used for notating pre-process and post-process of the model. const char* get_metadata_prop(model_data_handle, char *key) seems suitable.
The text was updated successfully, but these errors were encountered:
ONNX format has metadata_props which can be used for notating pre-process and post-process of the model.
const char* get_metadata_prop(model_data_handle, char *key)
seems suitable.The text was updated successfully, but these errors were encountered: