Home
last modified time | relevance | path

Searched defs:jit_compile (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_spec.py49 jit_compile=None): argument
154 jit_compile=None): argument
237 def jit_compile(self): member in FunctionSpec
H A Ddef_function.py558 jit_compile=None, argument
1277 jit_compile=None, argument
H A Dfunction.py2404 jit_compile=None, argument
3087 jit_compile=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_to_kernel.cc112 bool enable_ftz, bool index_64bit, bool jit_compile, in Run()
168 llvm::cl::opt<bool> jit_compile( in main() local
H A Dkernel_creator.cc429 bool print_llvmir, bool enable_ftz, bool index_64bit, bool jit_compile, in GenerateKernelForTfCode()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcollective_ops_test.py636 def testGroupAssignmentBeforeAllReduce(self, jit_compile): argument
673 def testTwoGroupAssignmentBeforeAllReduce(self, jit_compile): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dsaved_object_graph.proto231 JitCompile jit_compile = 6; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dsaved_object_graph.pb.h5130 inline ::tensorflow::FunctionSpec_JitCompile FunctionSpec::jit_compile() const { in jit_compile() function
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c14144 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile() function