HomeSort by relevance Sort by last modified time
    Searched refs:use_jit (Results 1 - 5 of 5) sorted by null

  /art/tools/
run-libcore-tests.sh 63 use_jit=true
119 use_jit=false
146 if $use_jit; then
149 vogar_args="$vogar_args --vm-arg -Xusejit:$use_jit"
run-jdwp-tests.sh 55 use_jit=true
96 use_jit=false
118 use_jit=false
276 if $use_jit; then
282 vm_args="$vm_args --vm-arg -Xusejit:$use_jit"
283 debuggee_args="$debuggee_args -Xusejit:$use_jit"
  /external/tensorflow/tensorflow/contrib/compiler/
jit_test.py 50 def compute(self, use_jit, compute_fn):
53 with jit.experimental_jit_scope(use_jit):
  /external/pcre/dist2/src/
pcre2grep.c 189 static BOOL use_jit = TRUE; variable
191 static BOOL use_jit = FALSE; variable
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc 113 // If 'use_jit' is true, marks the operator under test to be compiled by XLA.
120 bool use_jit, GraphDef* graphdef, NodeDef** test_node_def,
184 const string& device, bool use_jit,
198 if (use_jit) {
786 /* use_jit= */ false, &graph, /* test_node_def= */ nullptr,
    [all...]

Completed in 105 milliseconds