Home
last modified time | relevance | path

Searched refs:use_jit (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/compiler/
Djit_test.py49 def compute(self, use_jit, compute_fn): argument
52 with jit.experimental_jit_scope(use_jit):
/external/pcre/dist2/src/
Dpcre2grep.c222 static BOOL use_jit = TRUE; variable
224 static BOOL use_jit = FALSE; variable
3341 case N_NOJIT: use_jit = FALSE; break; in handle_option()
3474 if (use_jit) (void)pcre2_jit_compile(p->compiled, PCRE2_JIT_COMPLETE); in compile_pattern()
4127 if (use_jit) in main()
4131 if (!answer) use_jit = FALSE; in main()
4186 if (use_jit) in main()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc128 bool use_jit, GraphDef* graphdef, NodeDef** test_node_def,
205 const string& device, bool use_jit, in BuildGraph() argument
219 if (use_jit) { in BuildGraph()