Home
last modified time | relevance | path

Searched defs:CompileOptions (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h106 struct CompileOptions { struct
109 bool use_tuple_arg = false;
116 bool return_updated_values_for_all_resources = false;
121 bool always_return_tuple = true;
125 bool is_entry_computation = true;
128 bool add_token_input_output = false;
132 bool alias_resource_update = false;
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h134 struct CompileOptions { struct
136 absl::optional<std::vector<Shape>> argument_layouts;
140 bool parameter_is_tupled_arguments = false;
143 ExecutableBuildOptions executable_build_options;
149 bool compile_portable_executable = false;
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h162 struct CompileOptions { struct
183 const CompileOptions& options) = 0; argument
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc99 const CompileOptions& /*options*/) { in RunHloPasses()
107 const CompileOptions& /*options*/) { in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py343 CompileOptions = _xla.CompileOptions variable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc601 const CompileOptions& /*options*/) { in RunHloPasses()