Searched refs:show_name_regexes (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 120 const std::vector<string>& show_name_regexes, in Options() 141 show_name_regexes(show_name_regexes), in Options() 167 std::vector<string> show_name_regexes; member
|
D | tfprof_options.cc | 166 std::vector<string>(opts_pb.show_name_regexes().begin(), in FromProtoStr() 167 opts_pb.show_name_regexes().end()), in FromProtoStr() 208 str_util::Join(show_name_regexes, ",").c_str(), kOptions[17], in ToString()
|
D | tfprof_options.proto | 25 repeated string show_name_regexes = 11; field
|
D | profiler.cc | 157 std::vector<string> show_name_regexes = in Run() local 262 show_name_regexes, hide_name_regexes, FLAGS_account_displayed_op_only, in Run()
|
D | README.md | 106 tfprof> code -max_depth 1000 -show_name_regexes .*model_analyzer.*py.* -select micros -account_type…
|
/external/tensorflow/tensorflow/python/profiler/ |
D | option_builder.py | 340 show_name_regexes=None, argument 364 if show_name_regexes is not None: 365 self._options['show_name_regexes'] = copy.copy(show_name_regexes)
|
D | model_analyzer.py | 91 opts.show_name_regexes.append(p)
|
D | model_analyzer_test.py | 182 .with_node_names(show_name_regexes=['.*model_analyzer_testlib.*']) 214 .with_node_names(show_name_regexes=
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.cc | 83 if (opts.show_name_regexes.size() == 1 && opts.show_name_regexes[0] == ".*") { in ShouldShow() 86 for (const string& regex : opts.show_name_regexes) { in ShouldShow()
|
D | tfprof_show.cc | 92 if (opts.show_name_regexes.size() == 1 && opts.show_name_regexes[0] == ".*") { in ShouldShow() 95 for (const string& regex : opts.show_name_regexes) { in ShouldShow()
|
D | tfprof_utils.cc | 239 opts->show_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | python_api.md | 23 ).with_node_names(show_name_regexes=['.*my_code1.py.*', '.*my_code2.py.*'] 75 ).with_node_names(show_name_regexes=['.*my_code.py.*']).build()
|
D | profile_time.md | 48 tfprof> code -show_name_regexes seq2seq_attention.* -max_depth 10 -select micros -order_by micros 75 tfprof> code -start_name_regexes .*_add_seq2seq.* -show_name_regexes seq2seq_attention.* -max_depth… 100 opts['show_name_regexes'] = ['.*model_analyzer_testlib.py.*']
|
D | command_line.md | 147 -show_name_regexes .* 168 tfprof> code -max_depth 1000 -show_name_regexes .*model_analyzer.*py.* -select micros -account_type… 210 tfprof> scope -show_name_regexes unit_1_0.*gamma -select tensor_value -max_depth 5
|
D | options.md | 109 `-show_name_regexes`: Show node that match the regexes. regexes are comma-seprated.
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-profile-option-builder.pbtxt | 75 …argspec: "args=[\'self\', \'start_name_regexes\', \'show_name_regexes\', \'hide_name_regexes\', \'…
|