Home
last modified time | relevance | path

Searched defs:compile_mode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.cc330 CompileMode compile_mode, in Compile()
647 bool XlaCompilationCache::ShouldCompileCluster(CompileMode compile_mode, in ShouldCompileCluster()
692 CompileScope scope, CompileMode compile_mode, in CompileImpl()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/kernels/
H A Dxla_ops.cc242 XlaCompilationCache::CompileMode compile_mode, in CompileToLocalExecutable()
492 XlaCompilationCache::CompileMode compile_mode = [&] { in Compute() local
/aosp_15_r20/external/python/cpython3/Python/
Dbltinmodule.c746 int compile_mode = -1; in builtin_compile_impl() local
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py1312 self, reverse, combine_mode, compile_mode, device argument