Searched refs:findChildModule (Results 1 – 5 of 5) sorted by relevance
55 auto m = findChildModule(module_, path); in findModuleUses()71 const auto& m = findChildModule(module_, path); in dedupModuleUses()94 auto parent_of_leaf = findChildModule( in addChildModule()
144 findChildModule(const Module& module, const std::vector<std::string>& path);
629 Module findChildModule( in findChildModule() function642 return findChildModule(module, path); in getInvokedModule()
303 Module conv_submodule = findChildModule(current, conv_module_path); in analyze()304 Module bn_submodule = findChildModule(current, bn_module_path); in analyze()340 Module conv_submodule = findChildModule(current, std::get<0>(conv_bn)); in analyze()341 Module bn_submodule = findChildModule(current, std::get<1>(conv_bn)); in analyze()
53 Module convModule = findChildModule(rootModule, rootToConvPath); in hoistConvPackedParams()