用于扩展算子信息库的参数配置,提供更灵活的参数配置能力。
OpAICoreConfig &OpAICoreConfig::ExtendCfgInfo(const char *key, const char *value);
参数 |
输入/输出 |
说明 |
---|---|---|
key |
输入 |
算子信息库的配置项,如dynamicRankSupport.flag、dynamicFormat.flag等。 |
value |
输入 |
算子信息库配置项对应的填充值,如dynamicRankSupport.flag,可以填充true或者false。 |
OpAICoreConfig算子定义,OpAICoreDef请参考OpAICoreConfig。
无