Home
last modified time | relevance | path

Searched refs:compiler_ (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc211 TpuCompiler() { compiler_ = ExecutorApiFn()->TpuCompiler_NewFn(); } in TpuCompiler()
212 ~TpuCompiler() override { ExecutorApiFn()->TpuCompiler_FreeFn(compiler_); } in ~TpuCompiler()
233 compiler_, &hlo_module, in RunHloPasses()
262 compiler_, &hlo_module, in RunBackend()
317 compiler_, &se_module_group, se_lists.data(), stream_exec.size(), in Compile()
363 ExecutorApiFn()->TpuCompiler_ShapeSizeFn(compiler_, &c_shape); in ShapeSizeBytesFunction()
370 Tpu_Compiler* compiler_; member in xla::__anoncef202870111::TpuCompiler
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.h54 XlaCompiler* compiler() const { return compiler_; } in compiler()
108 XlaCompiler* const compiler_;
Dxla_context.cc62 : compiler_(compiler), builder_(builder) { in XlaContext()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc62 : Service(options, /*execute_backend=*/nullptr), compiler_(compiler) {} in CompileOnlyService()
119 return compiler_->CompileAheadOfTime( in CompileAheadOfTime()
Dbackend.h90 Compiler* compiler() const { return compiler_; } in compiler()
168 Compiler* compiler_; variable
Dcompile_only_service.h99 Compiler* compiler_; variable
Dbackend.cc127 compiler_(compiler), in Backend()
/external/llvm-project/clang/docs/
DThinLTO.rst209 1. The host compiler_ must be a version of clang that supports ThinLTO.