Searched refs:jit_compile_rewrite (Results 1 – 6 of 6) sorted by relevance
45 bool jit_compile_rewrite = false; member
154 /*jit_compile_rewrite=*/opts->jit_compile_rewrite); in TFE_NewContext()
97 context_safe().jit_compile_rewrite = True105 context_safe().jit_compile_rewrite = False110 return context_safe().jit_compile_rewrite1858 def jit_compile_rewrite(self): member in Context1861 @jit_compile_rewrite.setter1862 def jit_compile_rewrite(self, enable): member in Context
1192 [](TFE_ContextOptions* options, bool jit_compile_rewrite) { in PYBIND11_MODULE() argument1193 options->jit_compile_rewrite = jit_compile_rewrite; in PYBIND11_MODULE()
106 bool run_eager_op_as_function = false, bool jit_compile_rewrite = false);
153 bool run_eager_op_as_function, bool jit_compile_rewrite) in EagerContext() argument175 jit_compile_rewrite_(jit_compile_rewrite) {