Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_internal.h45 bool jit_compile_rewrite = false; member
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1858 def jit_compile_rewrite(self): member in Context
1862 def jit_compile_rewrite(self, enable): member in Context
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc153 bool run_eager_op_as_function, bool jit_compile_rewrite) in EagerContext()
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1192 [](TFE_ContextOptions* options, bool jit_compile_rewrite) { in PYBIND11_MODULE()