Home
last modified time | relevance | path

Searched refs:show_name_regexes (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h120 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
Dtfprof_options.cc166 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()
Dtfprof_options.proto25 repeated string show_name_regexes = 11; field
Dprofiler.cc157 std::vector<string> show_name_regexes = in Run() local
262 show_name_regexes, hide_name_regexes, FLAGS_account_displayed_op_only, in Run()
DREADME.md106 tfprof> code -max_depth 1000 -show_name_regexes .*model_analyzer.*py.* -select micros -account_type…
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py340 show_name_regexes=None, argument
364 if show_name_regexes is not None:
365 self._options['show_name_regexes'] = copy.copy(show_name_regexes)
Dmodel_analyzer.py91 opts.show_name_regexes.append(p)
Dmodel_analyzer_test.py182 .with_node_names(show_name_regexes=['.*model_analyzer_testlib.*'])
214 .with_node_names(show_name_regexes=
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc83 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()
Dtfprof_show.cc92 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()
Dtfprof_utils.cc239 opts->show_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dpython_api.md23 ).with_node_names(show_name_regexes=['.*my_code1.py.*', '.*my_code2.py.*']
75 ).with_node_names(show_name_regexes=['.*my_code.py.*']).build()
Dprofile_time.md48 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.*']
Dcommand_line.md147 -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
Doptions.md109 `-show_name_regexes`: Show node that match the regexes. regexes are comma-seprated.
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt75 …argspec: "args=[\'self\', \'start_name_regexes\', \'show_name_regexes\', \'hide_name_regexes\', \'…