Home
last modified time | relevance | path

Searched refs:resolve_module (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dreplay_record.py101 def resolve_module(var): function
107 attr_value = resolve_module(attr_value)
112 return {k: resolve_module(v) for k, v in vars.items()}
/aosp_15_r20/external/bcc/src/lua/src/
H A Dsquish.lua187 function resolve_module(name, path) function
204 module.path = resolve_module(module.name, package_path);