Searched defs:show_name_regexes (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_options.h46 "-show_name_regexes",
120 const std::vector<string>& show_name_regexes,
141 show_name_regexes(show_name_regexes),
167 std::vector<string> show_name_regexes; member in struct:tensorflow::tfprof::Options
109 Options(int max_depth, tensorflow::int64 min_bytes, tensorflow::int64 min_peak_bytes, tensorflow::int64 min_residual_bytes, tensorflow::int64 min_output_bytes, tensorflow::int64 min_micros, tensorflow::int64 min_accelerator_micros, tensorflow::int64 min_cpu_micros, tensorflow::int64 min_params, tensorflow::int64 min_float_ops, tensorflow::int64 min_occurrence, tensorflow::int64 step, const string& order_by, const std::vector<string>& account_type_regexes, const std::vector<string>& start_name_regexes, const std::vector<string>& trim_name_regexes, const std::vector<string>& show_name_regexes, const std::vector<string>& hide_name_regexes, bool account_displayed_op_only, const std::vector<string>& select, const string& output_type, const std::map<string, string>& output_options) argument
H A Dprofiler.cc128 Flag("show_name_regexes", &FLAGS_show_name_regexes, "show name regexes"),
157 std::vector<string> show_name_regexes = local
262 show_name_regexes, hide_name_regexes, FLAGS_account_displayed_op_only,

Completed in 87 milliseconds