Struct QnnSaver_FileConfig_t

Struct Documentation

struct QnnSaver_FileConfig_t

A struct which is used to provide alternative model + data file names for Saver outputs.

Public Members

const char *modelFileName

Configuration of the model file name. Must not be NULL and must not contain slashes. Default is “saver_output.c”

const char *dataFileName

Configuration of the data file name. Must not be NULL and must not contain slashes. Default is “params.bin”