Searched refs:getModuleAccessPath (Results 1 – 7 of 7) sorted by relevance
602 std::vector<std::string> getModuleAccessPath(Value* instance, Value* self) { in getModuleAccessPath() function641 auto path = getModuleAccessPath(instance, self); in getInvokedModule()650 auto path = getModuleAccessPath(instance, self); in getInvokedModuleOpt()
47 auto path = getModuleAccessPath(instance, self); in findModuleUses()
137 std::vector<std::string> path = getModuleAccessPath(v, self); in RegisterPrePackParams()
139 TORCH_API std::vector<std::string> getModuleAccessPath(
60 std::vector<std::string> paths = getModuleAccessPath(v, self); in removePackedParamInsertionAndFPWeightsSetAttr()
301 auto conv_module_path = getModuleAccessPath(conv_instance, self); in analyze()302 auto bn_module_path = getModuleAccessPath(bn_instance, self); in analyze()
50 getModuleAccessPath(convModuleAsValue, rootModuleAsValue); in hoistConvPackedParams()