Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_cpp_extensions_jit.py22 check_compiler_is_gcc,
1005 if check_compiler_is_gcc(compiler):
/aosp_15_r20/external/pytorch/torch/utils/
H A Dcpp_extension.py1352 def check_compiler_is_gcc(compiler): function
1396 b_is_gcc = check_compiler_is_gcc(compiler)