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.h115 struct CompileOptions { struct
117 absl::optional<std::vector<Shape>> argument_layouts;
121 bool parameter_is_tupled_arguments = false;
124 ExecutableBuildOptions executable_build_options;
130 bool compile_portable_executable = false;
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h163 struct CompileOptions { struct
184 const CompileOptions& options) = 0; argument
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc98 const CompileOptions& /*options*/) { in RunHloPasses()
106 const CompileOptions& /*options*/) { in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py315 CompileOptions = _xla.CompileOptions variable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc576 const CompileOptions& /*options*/) { in RunHloPasses()