/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compiler.h | 211 virtual StatusOr<std::unique_ptr<Executable>> RunBackend( 214 StatusOr<std::unique_ptr<Executable>> RunBackend( in RunBackend() function 217 return RunBackend(std::move(module), executor, in RunBackend()
|
D | llvm_compiler.h | 70 using Compiler::RunBackend;
|
D | llvm_compiler.cc | 49 RunBackend(std::move(modules[i]), stream_execs[i][0], in Compile()
|
D | hlo_runner.cc | 437 return backend().compiler()->RunBackend(std::move(module), in CreateExecutable()
|
D | service.cc | 326 backend->compiler()->RunBackend( in BuildExecutables() 777 backend->compiler()->RunBackend(std::move(module), executor, options)); in BuildExecutable()
|
D | layout_assignment_test.cc | 687 ->RunBackend(std::move(compiled_module), in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | compiler.cc | 104 StatusOr<std::unique_ptr<Executable>> InterpreterCompiler::RunBackend( in RunBackend() function in xla::interpreter::InterpreterCompiler 146 TF_ASSIGN_OR_RETURN(auto executable, RunBackend(std::move(module), in Compile()
|
D | compiler.h | 49 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | codegen_test_base.cc | 26 return backend().compiler()->RunBackend(std::move(hlo_module), in CompileToExecutable()
|
D | llvm_compiler_test.cc | 120 ->RunBackend(std::move(hlo_module), in TestCompilerHooks()
|
D | buffer_donation_test.cc | 76 backend_->compiler()->RunBackend(std::move(hlo_module), executor_, in RunAndCheck()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 143 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
D | cpu_compiler.cc | 654 StatusOr<std::unique_ptr<Executable>> CpuCompiler::RunBackend( in RunBackend() function in xla::cpu::CpuCompiler
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_compiler.h | 96 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
D | gpu_compiler.cc | 855 StatusOr<std::unique_ptr<Executable>> GpuCompiler::RunBackend( in RunBackend() function in xla::gpu::GpuCompiler
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gemm_rewrite_test.cc | 44 backend().compiler()->RunBackend( in CheckNumberOfAllocations()
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_on_demand_compiler.cc | 246 StatusOr<std::unique_ptr<Executable>> RunBackend( in RunBackend() function in xla::__anoncef202870111::TpuCompiler
|