HomeSort by relevance Sort by last modified time
    Searched refs:show_memory (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/util/
stat_summarizer_options.h 27 show_memory(true),
36 bool show_memory; member in class:tensorflow::StatSummarizerOptions
stats_calculator.cc 262 if (options_.show_memory) {
  /external/tensorflow/tensorflow/python/client/
timeline_test.py 82 ctf = tl.generate_chrome_trace_format(show_memory=False)
86 show_memory=False, show_dataflow=False)
115 ctf = tl.generate_chrome_trace_format(show_memory=False)
119 show_memory=False, show_dataflow=False)
196 ctf = tl.generate_chrome_trace_format(show_memory=False)
200 show_memory=False, show_dataflow=False)
timeline.py 58 def __init__(self, show_memory=False):
60 self._show_memory = show_memory
483 def _analyze_tensors(self, show_memory):
508 if show_memory:
610 def analyze_step_stats(self, show_dataflow=True, show_memory=True):
613 self._analyze_tensors(show_memory)
615 if show_memory:
621 def generate_chrome_trace_format(self, show_dataflow=True, show_memory=False):
627 show_memory: (Optional.) If True, add object snapshot events to the trace
634 show_dataflow=show_dataflow, show_memory=show_memory
    [all...]
  /external/tensorflow/tensorflow/lite/profiling/
profile_summarizer.cc 94 options.show_memory = false;
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 388 bool show_memory = true; local
421 Flag("show_memory", &show_memory, "whether to list stats by memory used"),
517 stats_options.show_memory = show_memory;
  /external/tensorflow/tensorflow/python/platform/
benchmark.py 287 step_stats_analysis = tl.analyze_step_stats(show_memory=True)
  /external/tensorflow/tensorflow/python/training/
basic_session_run_hooks.py     [all...]
  /external/pcre/dist2/src/
pcre2test.c 874 static BOOL show_memory = FALSE; variable
    [all...]

Completed in 346 milliseconds