Searched refs:compiler_ (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_on_demand_compiler.cc | 211 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/ |
D | xla_context.h | 54 XlaCompiler* compiler() const { return compiler_; } in compiler() 108 XlaCompiler* const compiler_;
|
D | xla_context.cc | 62 : compiler_(compiler), builder_(builder) { in XlaContext()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.cc | 62 : Service(options, /*execute_backend=*/nullptr), compiler_(compiler) {} in CompileOnlyService() 119 return compiler_->CompileAheadOfTime( in CompileAheadOfTime()
|
D | backend.h | 90 Compiler* compiler() const { return compiler_; } in compiler() 168 Compiler* compiler_; variable
|
D | compile_only_service.h | 99 Compiler* compiler_; variable
|
D | backend.cc | 127 compiler_(compiler), in Backend()
|
/external/llvm-project/clang/docs/ |
D | ThinLTO.rst | 209 1. The host compiler_ must be a version of clang that supports ThinLTO.
|