/external/tensorflow/tensorflow/compiler/xla/tests/ |
codegen_test_base.cc | 26 return backend().compiler()->RunBackend(std::move(hlo_module),
|
llvm_compiler_test.cc | 78 ->RunBackend(std::move(hlo_module),
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
compiler.h | 54 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
compiler.cc | 112 StatusOr<std::unique_ptr<Executable>> InterpreterCompiler::RunBackend( 166 RunBackend(std::move(module), stream_exec[0][0], device_allocator));
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
llvm_compiler.cc | 70 RunBackend(std::move(modules[i]), stream_execs[i][0],
|
llvm_compiler.h | 61 // StatusOr<std::unique_ptr<Executable>> RunBackend( 69 using Compiler::RunBackend;
|
compiler.h | 169 virtual StatusOr<std::unique_ptr<Executable>> RunBackend(
|
hlo_runner.cc | 437 return backend().compiler()->RunBackend(std::move(module),
|
service.cc | [all...] |
layout_assignment_test.cc | 690 ->RunBackend(std::move(compiled_module), [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
cpu_compiler.h | 140 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
cpu_compiler.cc | 584 StatusOr<std::unique_ptr<Executable>> CpuCompiler::RunBackend( [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
nvptx_compiler.h | 57 StatusOr<std::unique_ptr<Executable>> RunBackend(
|
buffer_comparator.cc | 102 return compiler->RunBackend(std::move(module), stream_exec, nullptr);
|
nvptx_compiler.cc | 621 // We dump the post-optimization HLO in RunBackend so no need to dump it here. 633 StatusOr<std::unique_ptr<Executable>> NVPTXCompiler::RunBackend( 636 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::RunBackend"); 692 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::RunBackend - IR emission"); 710 "NVPTXCompiler::RunBackend - Running LLVM verifier"); [all...] |
/external/tensorflow/tensorflow/compiler/xla/tools/ |
interactive_graphviz.cc | 701 ->RunBackend(std::move(module), executor,
|