Home
last modified time | relevance | path

Searched defs:use_jit (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/xla/
H A Djit_test.py45 def compute(self, use_jit, compute_fn): argument
/aosp_15_r20/external/XNNPACK/test/
H A Dconvolution-operator-tester.h526 inline ConvolutionOperatorTester& use_jit(bool use_jit) { in use_jit() argument
531 inline bool use_jit() const { in use_jit() function
/aosp_15_r20/external/pcre/src/
H A Dpcre2grep.c250 static BOOL use_jit = TRUE; variable
252 static BOOL use_jit = FALSE; variable
H A Dpcre2_match.c6564 BOOL use_jit; in pcre2_match() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py130 use_jit=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc223 const string& device, bool use_jit, in BuildGraph()