Home
last modified time | relevance | path

Searched refs:CompileOptions (Results 1 – 25 of 49) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h163 struct CompileOptions { struct
184 const CompileOptions& options) = 0; argument
189 CompileOptions{device_allocator}); in RunHloPasses()
199 const CompileOptions& options) { in RunHloPassesAndBufferAssignement()
213 const CompileOptions& options) = 0;
218 CompileOptions{device_allocator}); in RunBackend()
230 const CompileOptions& options) = 0;
236 CompileOptions{device_allocator}); in Compile()
Dservice.h238 se::StreamExecutor* executor, const Compiler::CompileOptions& options,
247 const Compiler::CompileOptions& options, bool run_backend_only = false);
Dllvm_compiler.h76 const CompileOptions& options) override;
Dllvm_compiler.cc28 const CompileOptions& options) { in Compile()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc438 py::class_<CompileOptions> compile_options(m, "CompileOptions"); in BuildXlaCompilerSubmodule()
440 .def(py::init([]() -> CompileOptions { in BuildXlaCompilerSubmodule()
441 CompileOptions options; in BuildXlaCompilerSubmodule()
449 .def_readwrite("argument_layouts", &CompileOptions::argument_layouts) in BuildXlaCompilerSubmodule()
451 &CompileOptions::parameter_is_tupled_arguments) in BuildXlaCompilerSubmodule()
453 &CompileOptions::executable_build_options) in BuildXlaCompilerSubmodule()
457 &CompileOptions::parameter_is_tupled_arguments) in BuildXlaCompilerSubmodule()
460 [](const CompileOptions& options) { in BuildXlaCompilerSubmodule()
463 [](CompileOptions& options, int num_replicas) { in BuildXlaCompilerSubmodule()
468 [](const CompileOptions& options) { in BuildXlaCompilerSubmodule()
[all …]
Dpy_client.h136 const XlaComputation& computation, CompileOptions options);
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h48 const CompileOptions& options) override;
51 const CompileOptions& options) override;
55 const CompileOptions& options) override;
Dcompiler.cc98 const CompileOptions& /*options*/) { in RunHloPasses() argument
106 const CompileOptions& /*options*/) { in RunBackend() argument
131 const CompileOptions& options) { in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h58 const CompileOptions& options) override;
64 const CompileOptions& options) override;
98 const CompileOptions& options) override;
107 se::StreamExecutor* stream_exec, const CompileOptions& options,
170 const Compiler::CompileOptions& options,
Dgpu_compiler.cc491 const CompileOptions& options) { in RunHloPasses()
515 bool optimize, const CompileOptions& options) { in RunHloPassesAndBufferAssignement()
679 const CompileOptions& options, in CompileToTargetBinary()
857 const CompileOptions& options) { in RunBackend()
1099 const Compiler::CompileOptions& options, in CompileLmhloToExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h131 const CompileOptions& options) override;
135 const CompileOptions& options) override;
141 const CompileOptions& options) override;
145 const CompileOptions& options) override;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc186 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "add", in TEST_F()
217 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "add", in TEST_F()
265 XlaCompiler::CompileOptions compile_options; in TEST_F()
318 XlaCompiler::CompileOptions compile_options; in TEST_F()
364 XlaCompiler::CompileOptions compile_options; in TEST_F()
414 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "add", in TEST_F()
457 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "transpose", in TEST_F()
479 TF_ASSERT_OK(compiler.CompileGraph(XlaCompiler::CompileOptions(), "compile", in TEST_F()
525 XlaCompiler::CompileOptions compile_options; in TEST_F()
560 compiler.CompileGraph(XlaCompiler::CompileOptions(), "reshape", in TEST_F()
[all …]
Dxla_compiler.h106 struct CompileOptions { struct
213 Status CompileFunction(const CompileOptions& options,
222 const CompileOptions& options, string const& name,
Dtf2xla.cc83 XlaCompiler::CompileOptions options; in ConvertGraphToXla()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.h75 const XlaCompiler::CompileOptions& compile_options,
87 const XlaCompiler::CompileOptions& compile_options,
Dget_compiler_ir.cc38 const XlaCompiler::CompileOptions& compile_options, in GetLocalExecutable()
110 XlaCompiler::CompileOptions compile_options; in GetCompilerIr()
Dxla_compilation_cache_test.cc73 XlaCompiler::CompileOptions{}, in TEST()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h115 struct CompileOptions { struct
186 const XlaComputation& computation, CompileOptions options) = 0;
Dgpu_multistream_test.cc48 CompileOptions compile_options; in TEST()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc221 const CompileOptions& options) override { in RunHloPasses()
249 const CompileOptions& options) override { in RunBackend()
278 const CompileOptions& options) override { in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_scatter_ops.cc77 XlaCompiler::CompileOptions compile_options; in Compile()
Dreduce_window_op.cc82 XlaCompiler::CompileOptions compile_options; in Compile()
Dsort_ops.cc92 XlaCompiler::CompileOptions compile_options; in Compile()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client_extension.cc132 const XlaComputation& computation, CompileOptions options) in PYBIND11_MODULE()
141 py::arg("compile_options") = CompileOptions()); in PYBIND11_MODULE()
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp86 shaderc::CompileOptions options; in GLSLtoSPV()

12