Home
last modified time | relevance | path

Searched refs:min_peak_bytes (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py145 min_cpu_micros=0, min_peak_bytes=0, min_residual_bytes=0, argument
173 'min_peak_bytes': min_peak_bytes,
218 min_peak_bytes=0, argument
240 self._options['min_peak_bytes'] = min_peak_bytes
Dmodel_analyzer.py70 opts.min_peak_bytes = options.get('min_peak_bytes', 0)
Dmodel_analyzer_test.py528 opts = builder(builder.time_and_memory(min_peak_bytes=min_val)
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h110 tensorflow::int64 min_peak_bytes, in Options()
127 min_peak_bytes(min_peak_bytes), in Options()
152 tensorflow::int64 min_peak_bytes; member
Dtfprof_options.cc155 opts_pb.max_depth(), opts_pb.min_bytes(), opts_pb.min_peak_bytes(), in FromProtoStr()
200 min_peak_bytes, kOptions[3], min_residual_bytes, kOptions[4], in ToString()
Dtfprof_options.proto10 int64 min_peak_bytes = 19; field
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt31 …\', \'min_bytes\', \'min_accelerator_micros\', \'min_cpu_micros\', \'min_peak_bytes\', \'min_resid…
63 …argspec: "args=[\'self\', \'min_bytes\', \'min_peak_bytes\', \'min_residual_bytes\', \'min_output_…
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc69 node->proto().total_peak_bytes() < opts.min_peak_bytes || in ShouldShow()
Dtfprof_show.cc77 node->proto().total_peak_bytes() < opts.min_peak_bytes || in ShouldShow()
Dtfprof_utils.cc143 !strings::safe_strto64(pieces[i + 1], &opts->min_peak_bytes)) { in ParseCmdLine()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md80 `-min_peak_bytes`: Show nodes that using at least this number of bytes during peak memory usage.