Lines Matching defs:presetCfgs
42 bool UtdCfgsChecker::CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
49 if (!CheckTypesRelation(typeCfgs, presetCfgs, customCfgs)) {
102 bool UtdCfgsChecker::CheckTypesRelation(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
120 for (auto &presetCfg: presetCfgs) {
127 if (!CheckBelongingToTypes(inputTypeCfgs, presetCfgs)) {
131 if (!CanConstructDAG(typeCfgs, presetCfgs, customCfgs)) {
139 const std::vector<TypeDescriptorCfg> &presetCfgs)
145 for (auto &presetCfg: presetCfgs) {
170 bool UtdCfgsChecker::CanConstructDAG(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
199 if (!presetCfgs.empty()) {
200 allTypeCfgs.insert(allTypeCfgs.end(), presetCfgs.begin(), presetCfgs.end());