Home
last modified time | relevance | path

Searched defs:IS_FBCODE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama/
H A Dexport_llama_lib.py74 IS_FBCODE = True # os.environ.get("FBCODE_PLATFORM", False) variable
/aosp_15_r20/external/pytorch/test/functorch/
H A Dcommon_utils.py24 IS_FBCODE = os.getenv("FUNCTORCH_TEST_FBCODE") == "1" variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py245 IS_FBCODE: bool = TestEnvironment.def_flag( variable