Searched defs:jit_ (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ | ||
H A D | cpu_executable.h | 127 const std::unique_ptr<SimpleOrcJIT> jit_; variable |
H A D | simple_orc_jit.cc | 134 SimpleOrcJIT& jit_; member in xla::cpu::SimpleOrcJIT::SimpleOrcJIT::RuntimeSymbolGenerator |
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ | ||
H A D | execution_engine.h | 154 std::unique_ptr<llvm::orc::LLJIT> jit_; variable |
/aosp_15_r20/art/runtime/ | ||
H A D | backtrace_helper.cc | 86 std::unique_ptr<unwindstack::JitDebug> jit_; member |
H A D | runtime.h | 1291 std::unique_ptr<jit::Jit> jit_; variable |
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ | ||
H A D | llvm_codegen.cpp | 229 std::unique_ptr<llvm::orc::PytorchLLVMJIT> jit_; member in torch::jit::tensorexpr::LLVMCodeGenCallee |