Home
last modified time | relevance | path

Searched refs:show_memory (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Dtimeline.py58 def __init__(self, show_memory=False): argument
60 self._show_memory = show_memory
483 def _analyze_tensors(self, show_memory): argument
508 if show_memory:
610 def analyze_step_stats(self, show_dataflow=True, show_memory=True): argument
613 self._analyze_tensors(show_memory)
615 if show_memory:
621 def generate_chrome_trace_format(self, show_dataflow=True, show_memory=False): argument
634 show_dataflow=show_dataflow, show_memory=show_memory)
Dtimeline_test.py82 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)
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer_options.h27 show_memory(true), in StatSummarizerOptions()
36 bool show_memory; variable
Dstats_calculator.cc262 if (options_.show_memory) { in GetOutputString()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-profiler-hook.pbtxt8 …', \'save_steps\', \'save_secs\', \'output_dir\', \'show_dataflow\', \'show_memory\'], varargs=Non…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-profiler-hook.pbtxt8 …', \'save_steps\', \'save_secs\', \'output_dir\', \'show_dataflow\', \'show_memory\'], varargs=Non…
Dtensorflow.estimator.-profiler-hook.pbtxt8 …', \'save_steps\', \'save_secs\', \'output_dir\', \'show_dataflow\', \'show_memory\'], varargs=Non…
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc388 bool show_memory = true; in Main() local
421 Flag("show_memory", &show_memory, "whether to list stats by memory used"), in Main()
517 stats_options.show_memory = show_memory; in Main()
/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc94 options.show_memory = false; in GetProfileSummarizerOptions()
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py995 show_memory=False): argument
1017 self._show_memory = show_memory
1061 show_dataflow=self._show_dataflow, show_memory=self._show_memory))
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py287 step_stats_analysis = tl.analyze_step_stats(show_memory=True)
/external/pcre/dist2/src/
Dpcre2test.c874 static BOOL show_memory = FALSE; variable
2670 if (show_memory) in my_malloc()
2698 if (show_memory) in my_free()
6892 show_memory = (dat_datctl.control & CTL_MEMORY) != 0; in process_data()
6894 if (show_memory && in process_data()
7114 show_memory = FALSE; in process_data()
7710 show_memory = FALSE; in process_data()