Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc112 StatusOr<std::unique_ptr<Executable>> InterpreterCompiler::RunBackend( in RunBackend() function in xla::interpreter::InterpreterCompiler
166 RunBackend(std::move(module), stream_exec[0][0], device_allocator)); in Compile()
Dcompiler.h54 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.cc78 ->RunBackend(std::move(hlo_module), in TestCompilerHooks()
/external/tensorflow/tensorflow/compiler/xla/service/
Dllvm_compiler.h69 using Compiler::RunBackend;
Dllvm_compiler.cc70 RunBackend(std::move(modules[i]), stream_execs[i][0], in Compile()
Dcompiler.h169 virtual StatusOr<std::unique_ptr<Executable>> RunBackend(
Dhlo_runner.cc437 return backend().compiler()->RunBackend(std::move(module), in CreateExecutable()
Dservice.cc800 backend->compiler()->RunBackend( in BuildExecutable()
Dlayout_assignment_test.cc690 ->RunBackend(std::move(compiled_module), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h57 StatusOr<std::unique_ptr<Executable>> RunBackend(
Dbuffer_comparator.cc102 return compiler->RunBackend(std::move(module), stream_exec, nullptr); in Create()
Dnvptx_compiler.cc633 StatusOr<std::unique_ptr<Executable>> NVPTXCompiler::RunBackend( in RunBackend() function in xla::gpu::NVPTXCompiler
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h140 StatusOr<std::unique_ptr<Executable>> RunBackend(
Dcpu_compiler.cc584 StatusOr<std::unique_ptr<Executable>> CpuCompiler::RunBackend( in RunBackend() function in xla::cpu::CpuCompiler
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc701 ->RunBackend(std::move(module), executor, in RealMain()