Home
last modified time | relevance | path

Searched refs:show_summary (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dstat_summarizer_options.h30 show_summary(true) {} in StatSummarizerOptions()
39 bool show_summary; variable
Dstats_calculator.cc269 if (options_.show_summary) { in GetOutputString()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc391 bool show_summary = true; in Main() local
425 Flag("show_summary", &show_summary, in Main()
520 stats_options.show_summary = show_summary; in Main()
/external/scapy/scapy/layers/
Dlltd.py147 show_summary = False variable in LLTDHello
273 show_summary = False variable in LLTDAttribute
/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc93 options.show_summary = true; in GetProfileSummarizerOptions()
/external/scapy/scapy/
Dpacket.py66 show_summary = True variable in Packet
1186 ret = self.__class__.__name__ if self.show_summary else ""