Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.h127 const std::unique_ptr<SimpleOrcJIT> jit_; variable
H A Dsimple_orc_jit.cc134 SimpleOrcJIT& jit_; member in xla::cpu::SimpleOrcJIT::SimpleOrcJIT::RuntimeSymbolGenerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecution_engine.h154 std::unique_ptr<llvm::orc::LLJIT> jit_; variable
/aosp_15_r20/art/runtime/
H A Dbacktrace_helper.cc86 std::unique_ptr<unwindstack::JitDebug> jit_; member
H A Druntime.h1291 std::unique_ptr<jit::Jit> jit_; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp229 std::unique_ptr<llvm::orc::PytorchLLVMJIT> jit_; member in torch::jit::tensorexpr::LLVMCodeGenCallee
237 std::unique_ptr<llvm::orc::PytorchLLVMJIT> jit_; member in torch::jit::tensorexpr::LLVMCodeGenImpl