Searched refs:RunBackend (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | compiler.cc | 112 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()
|
D | compiler.h | 54 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 | 78 ->RunBackend(std::move(hlo_module), in TestCompilerHooks()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | llvm_compiler.h | 69 using Compiler::RunBackend;
|
D | llvm_compiler.cc | 70 RunBackend(std::move(modules[i]), stream_execs[i][0], in Compile()
|
D | compiler.h | 169 virtual StatusOr<std::unique_ptr<Executable>> RunBackend(
|
D | hlo_runner.cc | 437 return backend().compiler()->RunBackend(std::move(module), in CreateExecutable()
|
D | service.cc | 800 backend->compiler()->RunBackend( in BuildExecutable()
|
D | layout_assignment_test.cc | 690 ->RunBackend(std::move(compiled_module), in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.h | 57 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
D | buffer_comparator.cc | 102 return compiler->RunBackend(std::move(module), stream_exec, nullptr); in Create()
|
D | nvptx_compiler.cc | 633 StatusOr<std::unique_ptr<Executable>> NVPTXCompiler::RunBackend( in RunBackend() function in xla::gpu::NVPTXCompiler
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 140 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
D | cpu_compiler.cc | 584 StatusOr<std::unique_ptr<Executable>> CpuCompiler::RunBackend( in RunBackend() function in xla::cpu::CpuCompiler
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | interactive_graphviz.cc | 701 ->RunBackend(std::move(module), executor, in RealMain()
|