Enum QnnSaver_ConfigOption_t¶
Defined in File QnnSaver.h
Enum Documentation¶
-
enum QnnSaver_ConfigOption_t¶
This enum contains the supported config options for Saver.
Values:
-
enumerator QNN_SAVER_CONFIG_OPTION_OUTPUT_DIRECTORY = 0¶
Configuration of the location Saver outputs. This config option must be provided before any other QNN APIs are called, unless provided concurrently with QNN_SAVER_CONFIG_OPTION_FILE_CONFIG.
-
enumerator QNN_SAVER_CONFIG_OPTION_APPEND_TIMESTAMP = 1¶
Configuration of timestamp appended to Saver outputs. This config option must be provided before any other QNN APIs are called, and is mutually exclusive with QNN_SAVER_CONFIG_OPTION_FILE_CONFIG.
-
enumerator QNN_SAVER_CONFIG_OPTION_BACKEND_ID = 2¶
Configuration indicating to Saver which backend to interpret custom configs as. This option should only be used if you are providing custom configs to QNN APIs that support them (e.g. QnnBackend_create()) and you want these custom configs to be recorded by Saver. This config option must be provided before any other QNN APIs are called, unless provided concurrently with QNN_SAVER_CONFIG_OPTION_FILE_CONFIG.
-
enumerator QNN_SAVER_CONFIG_OPTION_FILE_CONFIG = 3¶
Configuration of the filenames of outputs from Saver. This configuration can be used to switch the output file streams dynamically during runtime. This config option is mutually exclusive with QNN_SAVER_CONFIG_OPTION_APPEND_TIMESTAMP.
-
enumerator QNN_SAVER_CONFIG_WRITE_OUTPUT_HEADER = 4¶
Configuration controlling whether the header should be written to the saver output file. This config must be provided concurrently with QNN_SAVER_CONFIG_OPTION_FILE_CONFIG.
-
enumerator QNN_SAVER_CONFIG_WRITE_OUTPUT_FOOTER = 5¶
Configuration controlling whether the footer should be written to the saver output file. This config must be provided concurrently with QNN_SAVER_CONFIG_OPTION_FILE_CONFIG.
-
enumerator QNN_SAVER_CONFIG_OPTION_UNDEFINED = 0x7FFFFFFF¶
-
enumerator QNN_SAVER_CONFIG_OPTION_OUTPUT_DIRECTORY = 0¶