Home
last modified time | relevance | path

Searched refs:RunBackend (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h211 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()
Dllvm_compiler.h70 using Compiler::RunBackend;
Dllvm_compiler.cc49 RunBackend(std::move(modules[i]), stream_execs[i][0], in Compile()
Dhlo_runner.cc437 return backend().compiler()->RunBackend(std::move(module), in CreateExecutable()
Dservice.cc326 backend->compiler()->RunBackend( in BuildExecutables()
777 backend->compiler()->RunBackend(std::move(module), executor, options)); in BuildExecutable()
Dlayout_assignment_test.cc687 ->RunBackend(std::move(compiled_module), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc104 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()
Dcompiler.h49 StatusOr<std::unique_ptr<Executable>> RunBackend(
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcodegen_test_base.cc26 return backend().compiler()->RunBackend(std::move(hlo_module), in CompileToExecutable()
Dllvm_compiler_test.cc120 ->RunBackend(std::move(hlo_module), in TestCompilerHooks()
Dbuffer_donation_test.cc76 backend_->compiler()->RunBackend(std::move(hlo_module), executor_, in RunAndCheck()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h143 StatusOr<std::unique_ptr<Executable>> RunBackend(
Dcpu_compiler.cc654 StatusOr<std::unique_ptr<Executable>> CpuCompiler::RunBackend( in RunBackend() function in xla::cpu::CpuCompiler
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h96 StatusOr<std::unique_ptr<Executable>> RunBackend(
Dgpu_compiler.cc855 StatusOr<std::unique_ptr<Executable>> GpuCompiler::RunBackend( in RunBackend() function in xla::gpu::GpuCompiler
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgemm_rewrite_test.cc44 backend().compiler()->RunBackend( in CheckNumberOfAllocations()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc246 StatusOr<std::unique_ptr<Executable>> RunBackend( in RunBackend() function in xla::__anoncef202870111::TpuCompiler