Searched refs:trim_name_regexes (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 119 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
|
D | tfprof_options.cc | 164 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()
|
D | tfprof_options.proto | 24 repeated string trim_name_regexes = 10; field
|
D | profiler.cc | 155 std::vector<string> trim_name_regexes = in Run() local 261 account_type_regexes, start_name_regexes, trim_name_regexes, in Run()
|
D | README.md | 238 # `-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/ |
D | option_builder.py | 342 trim_name_regexes=None): argument 368 if trim_name_regexes is not None: 369 self._options['trim_name_regexes'] = copy.copy(trim_name_regexes)
|
D | model_analyzer.py | 89 opts.trim_name_regexes.append(p)
|
D | model_analyzer_test.py | 423 .with_node_names(trim_name_regexes=['ops.py.*'])
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-profile-option-builder.pbtxt | 75 …art_name_regexes\', \'show_name_regexes\', \'hide_name_regexes\', \'trim_name_regexes\'], varargs=…
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_scope.cc | 156 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintScope()
|
D | tfprof_graph.cc | 173 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) { in PrintGraph()
|
D | tfprof_op.cc | 154 if (ShouldTrim(n, opts.trim_name_regexes) || depth > opts.max_depth) { in ShowInternal()
|
D | tfprof_utils.cc | 232 opts->trim_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
|
D | tfprof_code.cc | 566 if (ShouldTrim(node, opts.trim_name_regexes) || depth > opts.max_depth) { in PrintScope()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | options.md | 107 `-trim_name_regexes`: Hide node starting from the node that matches the regexes, recursively, regex…
|
D | command_line.md | 146 -trim_name_regexes
|