Home
last modified time | relevance | path

Searched defs:is_fbcode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_numeric_debugger.py42 def is_fbcode(): function
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_cpp_thread.py24 def is_fbcode(): function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconfig.py14 def is_fbcode(): function
H A Dtrace_rules.py3306 is_fbcode = importlib.import_module("torch._inductor.config").is_fbcode() variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py8 def is_fbcode() -> bool: function