Home
last modified time | relevance | path

Searched refs:min_residual_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
174 'min_residual_bytes': min_residual_bytes,
219 min_residual_bytes=0, argument
241 self._options['min_residual_bytes'] = min_residual_bytes
Dmodel_analyzer.py71 opts.min_residual_bytes = options.get('min_residual_bytes', 0)
Dmodel_analyzer_test.py534 opts = builder(builder.time_and_memory(min_residual_bytes=min_val)
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h111 tensorflow::int64 min_residual_bytes, in Options()
128 min_residual_bytes(min_residual_bytes), in Options()
153 tensorflow::int64 min_residual_bytes; member
Dtfprof_options.cc156 opts_pb.min_residual_bytes(), opts_pb.min_output_bytes(), in FromProtoStr()
200 min_peak_bytes, kOptions[3], min_residual_bytes, kOptions[4], in ToString()
Dtfprof_options.proto11 int64 min_residual_bytes = 20; field
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt31 …in_accelerator_micros\', \'min_cpu_micros\', \'min_peak_bytes\', \'min_residual_bytes\', \'min_out…
63 …argspec: "args=[\'self\', \'min_bytes\', \'min_peak_bytes\', \'min_residual_bytes\', \'min_output_…
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc70 node->proto().total_residual_bytes() < opts.min_residual_bytes || in ShouldShow()
Dtfprof_show.cc78 node->proto().total_residual_bytes() < opts.min_residual_bytes || in ShouldShow()
Dtfprof_utils.cc149 !strings::safe_strto64(pieces[i + 1], &opts->min_residual_bytes)) { in ParseCmdLine()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md82 `-min_residual_bytes`: Show nodes that have at least this number of bytes not being de-allocated af…