Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h180 struct CompileOptions { struct
183 bool use_tuple_arg = false;
190 bool return_updated_values_for_all_resources = false;
196 bool resolve_compile_time_constants = true;
201 bool always_return_tuple = true;
205 bool is_entry_computation = true;
208 bool add_token_input_output = false;
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py654 class CompileOptions(object): class