Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h66 class AotCompilationOptions {
68 AotCompilationOptions(const AotCompilationOptions&) = delete;
69 AotCompilationOptions& operator=(AotCompilationOptions const&) = delete;
71 virtual ~AotCompilationOptions() = default;
98 AotCompilationOptions();
218 const AotCompilationOptions& options) = 0;
224 const AotCompilationOptions& options,
Dcompiler.cc49 const AotCompilationOptions& options, in CompileAheadOfTime()
119 AotCompilationOptions::AotCompilationOptions() in AotCompilationOptions() function in xla::AotCompilationOptions
Dcompile_only_service.h54 const AotCompilationOptions& options);
59 const AotCompilationOptions& options,
Dcompile_only_service.cc67 const AotCompilationOptions& options, in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h38 class CpuAotCompilationOptions : public AotCompilationOptions {
146 const AotCompilationOptions& options) override;
Dcpu_compiler.cc730 const AotCompilationOptions& aot_options) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcodegen_test_base.h38 const AotCompilationOptions& options);
Dllvm_irgen_test_base.h57 const AotCompilationOptions& options,
Dcodegen_test_base.cc34 const AotCompilationOptions& options) { in CompileToAotCompilationResult()
Dllvm_irgen_test_base.cc74 std::unique_ptr<HloModule> hlo_module, const AotCompilationOptions& options, in CompileAheadOfTimeAndVerifyIr()
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.h56 const AotCompilationOptions& options,
Dcompile_only_client.cc27 const AotCompilationOptions& options, in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h69 const AotCompilationOptions& aot_options) override;
Dcompiler.cc175 const AotCompilationOptions& aot_options) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h63 AotCompilationOptions const& options) override;
Dnvptx_compiler.cc881 const AotCompilationOptions& options) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Ddeveloping_new_backend.md34 [`xla::AotCompilationOptions`](https://www.tensorflow.org/code/tensorflow/compiler/xla/service/comp…