Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h108 struct CompileOptions { struct
111 bool use_tuple_arg = false;
118 bool return_updated_values_for_all_resources = false;
123 bool always_return_tuple = true;
127 bool is_entry_computation = true;
130 bool add_token_input_output = false;
134 bool alias_resource_update = false;
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h218 struct CompileOptions { struct
242 // Serialize the CompileOptions into a CompileOptionsProto. argument
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc103 const CompileOptions& /*options*/) { in RunHloPasses()
111 const CompileOptions& /*options*/) { in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h224 struct CompileOptions { struct
245 const CompileOptions& options) = 0; argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py288 CompileOptions = _xla.CompileOptions variable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc821 const CompileOptions& /*options*/) { in RunHloPasses()