Home
last modified time | relevance | path

Searched refs:getModuleAccessPath (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp602 std::vector<std::string> getModuleAccessPath(Value* instance, Value* self) { in getModuleAccessPath() function
641 auto path = getModuleAccessPath(instance, self); in getInvokedModule()
650 auto path = getModuleAccessPath(instance, self); in getInvokedModuleOpt()
H A Ddedup_module_uses.cpp47 auto path = getModuleAccessPath(instance, self); in findModuleUses()
H A Dregister_packed_params.cpp137 std::vector<std::string> path = getModuleAccessPath(v, self); in RegisterPrePackParams()
H A Dhelper.h139 TORCH_API std::vector<std::string> getModuleAccessPath(
H A Dfinalize.cpp60 std::vector<std::string> paths = getModuleAccessPath(v, self); in removePackedParamInsertionAndFPWeightsSetAttr()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfold_conv_bn.cpp301 auto conv_module_path = getModuleAccessPath(conv_instance, self); in analyze()
302 auto bn_module_path = getModuleAccessPath(bn_instance, self); in analyze()
H A Dhoist_conv_packed_params.cpp50 getModuleAccessPath(convModuleAsValue, rootModuleAsValue); in hoistConvPackedParams()