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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 136 const std::unique_ptr<SimpleOrcJIT> jit_; member in class:xla::cpu::CpuExecutable
cpu_executable.cc 59 jit_(std::move(jit)),
63 llvm::JITSymbol sym = jit_->FindCompiledSymbol(entry_function_name);
  /art/runtime/
runtime.cc 373 if (jit_ != nullptr) {
374 jit_->WaitForWorkersToBeCreated();
378 jit_->StopProfileSaver();
420 if (jit_ != nullptr) {
425 jit_->DeleteThreadPool();
458 if (jit_ != nullptr) {
460 jit_.reset(nullptr);
    [all...]
runtime.h 466 return jit_.get();
1002 std::unique_ptr<jit::Jit> jit_; member in class:art::verifier::VerifyMode
    [all...]

Completed in 597 milliseconds