Home | History | Annotate | Download | only in aot

Lines Matching refs:flags

16 #include "tensorflow/compiler/aot/flags.h"
21 void AppendMainFlags(std::vector<Flag>* flag_list, MainFlags* flags) {
23 {"graph", &flags->graph,
27 {"config", &flags->config,
31 {"dump_fetch_nodes", &flags->dump_fetch_nodes,
32 "If set, only flags related to fetches are processed, and the resulting "
36 // Flags controlling the XLA ahead-of-time compilation, that correspond to
39 // TODO(toddw): The following flags also need to be supported:
42 {"target_triple", &flags->target_triple,
46 {"target_cpu", &flags->target_cpu,
49 {"target_features", &flags->target_features,
51 {"entry_point", &flags->entry_point,
55 {"cpp_class", &flags->cpp_class,
62 {"out_function_object", &flags->out_function_object,
65 {"out_header", &flags->out_header, "Output header file name."},
66 {"out_metadata_object", &flags->out_metadata_object,
69 {"out_session_module", &flags->out_session_module,
71 {"gen_name_to_index", &flags->gen_name_to_index,
73 {"gen_program_shape", &flags->gen_program_shape,