Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h119 const std::vector<string>& trim_name_regexes, in Options()
140 trim_name_regexes(trim_name_regexes), in Options()
166 std::vector<string> trim_name_regexes; member
Dtfprof_options.cc164 std::vector<string>(opts_pb.trim_name_regexes().begin(), in FromProtoStr()
165 opts_pb.trim_name_regexes().end()), in FromProtoStr()
207 str_util::Join(trim_name_regexes, ",").c_str(), kOptions[16], in ToString()
Dtfprof_options.proto24 repeated string trim_name_regexes = 10; field
Dprofiler.cc155 std::vector<string> trim_name_regexes = in Run() local
261 account_type_regexes, start_name_regexes, trim_name_regexes, in Run()
DREADME.md238 # `-trim_name_regexes` trims the some traces that have no valuable information.
241 …elerator_micros -max_depth 100000 -output pprof:outfile=<filename> -trim_name_regexes .*apply_op.*
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py342 trim_name_regexes=None): argument
368 if trim_name_regexes is not None:
369 self._options['trim_name_regexes'] = copy.copy(trim_name_regexes)
Dmodel_analyzer.py89 opts.trim_name_regexes.append(p)
Dmodel_analyzer_test.py423 .with_node_names(trim_name_regexes=['ops.py.*'])
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt75 …art_name_regexes\', \'show_name_regexes\', \'hide_name_regexes\', \'trim_name_regexes\'], varargs=…
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc156 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintScope()
Dtfprof_graph.cc173 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintGraph()
Dtfprof_op.cc154 if (ShouldTrim(n, opts.trim_name_regexes) || depth > opts.max_depth) { in ShowInternal()
Dtfprof_utils.cc232 opts->trim_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
Dtfprof_code.cc566 if (ShouldTrim(node, opts.trim_name_regexes) || depth > opts.max_depth) { in PrintScope()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md107 `-trim_name_regexes`: Hide node starting from the node that matches the regexes, recursively, regex…
Dcommand_line.md146 -trim_name_regexes