Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcompileall.py132 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/external/pytorch/torch/utils/
D_freeze.py218 def compile_file(self, path: Path, top_package_path: Path): member in Freezer
/external/minijail/tools/
Dcompiler.py293 def compile_file( member in PolicyCompiler
/external/minijail/
Dsyscall_filter.c573 int compile_file(const char *filename, FILE *policy_file, in compile_file() function
/external/pytorch/torch/_inductor/
Dcodecache.py2318 def compile_file( function