Searched refs:checkNoReferenceCycles (Results 1 – 1 of 1) sorted by relevance
668 static bool checkNoReferenceCycles(const V1_3::Model& model, const V1_3::Subgraph& subgraph, in checkNoReferenceCycles() function678 if (!checkNoReferenceCycles(model, model.referenced[refSubgraphIndex], path)) { in checkNoReferenceCycles()687 static bool checkNoReferenceCycles(const V1_3::Model& model) { in checkNoReferenceCycles() function689 return checkNoReferenceCycles(model, model.main, &path); in checkNoReferenceCycles()737 validatePools(model.pools, HalVersion::V1_3) && checkNoReferenceCycles(model)); in validateModel()