Searched refs:start_name_regexes (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 118 const std::vector<string>& start_name_regexes, in Options() 139 start_name_regexes(start_name_regexes), in Options() 165 std::vector<string> start_name_regexes; member
|
D | tfprof_options.cc | 162 std::vector<string>(opts_pb.start_name_regexes().begin(), in FromProtoStr() 163 opts_pb.start_name_regexes().end()), in FromProtoStr() 206 str_util::Join(start_name_regexes, ",").c_str(), kOptions[15], in ToString()
|
D | tfprof_options.proto | 23 repeated string start_name_regexes = 9; field
|
D | profiler.cc | 153 std::vector<string> start_name_regexes = in Run() local 261 account_type_regexes, start_name_regexes, trim_name_regexes, in Run()
|
/external/tensorflow/tensorflow/python/profiler/ |
D | option_builder.py | 339 start_name_regexes=None, argument 362 if start_name_regexes is not None: 363 self._options['start_name_regexes'] = copy.copy(start_name_regexes)
|
D | model_analyzer.py | 87 opts.start_name_regexes.append(p)
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_scope.cc | 93 if (opts.start_name_regexes.size() != 1 || in ShowInternal() 94 opts.start_name_regexes[0] != ".*") { in ShowInternal() 95 roots = SearchRoot(roots, opts.start_name_regexes); in ShowInternal()
|
D | tfprof_graph.cc | 95 if (opts.start_name_regexes.size() != 1 || in ShowInternal() 96 opts.start_name_regexes[0] != ".*") { in ShowInternal() 98 roots = SearchRoot(roots, opts.start_name_regexes, &visits); in ShowInternal()
|
D | tfprof_code.cc | 482 if (opts.start_name_regexes.size() != 1 || in ShowInternal() 483 opts.start_name_regexes[0] != ".*") { in ShowInternal() 484 roots = SearchRoot(roots, opts.start_name_regexes); in ShowInternal()
|
D | tfprof_op.cc | 151 int64 start = SearchRoot(account_nodes, opts.start_name_regexes); in ShowInternal()
|
D | tfprof_utils.cc | 225 opts->start_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | profile_time.md | 74 # with -start_name_regexes. 75 tfprof> code -start_name_regexes .*_add_seq2seq.* -show_name_regexes seq2seq_attention.* -max_depth… 84 tfprof> code -max_depth 5 -select micros -order_by micros -start_name_regexes .*_add_seq2seq.* -mi…
|
D | profile_memory.md | 59 tfprof> code -max_depth 10 -select bytes -order_by bytes -start_name_regexes .*seq2seq.* -min_byte…
|
D | command_line.md | 145 -start_name_regexes .* 197 tfprof> graph -start_name_regexes cost.* -max_depth 100 -min_micros 10000 -select micros -account_t…
|
D | options.md | 105 `-start_name_regexes`: Show node starting from the node that matches the regexes, recursively. rege…
|
/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\', \'…
|