Home
last modified time | relevance | path

Searched refs:entrypoint_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Djit_compiler.h152 assert(entrypoint_ && "failed to resolve entrypoint function"); in entrypoint()
153 return entrypoint_; in entrypoint()
175 mlir::func::FuncOp entrypoint_; // can be null if failed to parse variable
Djit_compiler.cc153 if (module_) entrypoint_ = module_->lookupSymbol<func::FuncOp>(entrypoint); in JitCompiler()
164 if (!context->entrypoint_) in Instantiate()
/external/tensorflow/tensorflow/compiler/xla/runtime/
Djit_executable.cc157 entrypoint_(entrypoint), in JitExecutable()
285 JitCompiler::Instantiate(opts_.compiler, mlir_module_, entrypoint_); in GetExecutable()
Djit_executable.h141 std::string entrypoint_; variable