Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstat_summarizer_options.h29 show_summary(true), in StatSummarizerOptions()
39 bool show_summary; member
Dstats_calculator.cc293 if (options_.show_summary) { in GetOutputString()
/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summary_formatter_test.cc31 EXPECT_EQ(options.show_summary, false); in TEST()
39 EXPECT_EQ(options.show_summary, false); in TEST()
Dprofile_summary_formatter.cc84 options.show_summary = false; in GetStatSummarizerOptions()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.h43 bool show_summary; variable
DCommandObjectExpression.cpp178 show_summary = true; in OptionParsingStarting()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc392 bool show_summary = true; in Main() local
426 Flag("show_summary", &show_summary, in Main()
521 stats_options.show_summary = show_summary; in Main()
/external/llvm-project/lldb/source/Symbol/
DType.cpp313 bool show_types, bool show_summary, bool verbose, in DumpValue() argument
331 show_types, show_summary, verbose, 0); in DumpValue()
412 bool show_types, bool show_summary, bool verbose) { in DumpValueInMemory() argument
421 DumpValue(exe_ctx, s, data, 0, show_types, show_summary, verbose); in DumpValueInMemory()
DCompilerType.cpp716 bool show_summary, bool verbose, uint32_t depth) { in DumpValue() argument
721 bitfield_bit_offset, show_types, show_summary, in DumpValue()
/external/scapy/scapy/layers/
Dlltd.py147 show_summary = False variable in LLTDHello
273 show_summary = False variable in LLTDAttribute
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h150 bool show_type, bool show_summary, bool verbose,
155 bool show_types, bool show_summary, bool verbose);
DCompilerType.h362 bool show_summary, bool verbose, uint32_t depth);
DTypeSystem.h368 bool show_summary, bool verbose, uint32_t depth) = 0;
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py638 show_summary = False
680 show_summary = True
734 if show_summary:
/external/scapy/scapy/
Dpacket.py66 show_summary = True variable in Packet
1186 ret = self.__class__.__name__ if self.show_summary else ""
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8292 bool show_summary, bool verbose, uint32_t depth) { in DumpValue() argument
8368 show_summary, // Boolean indicating if we should show a summary in DumpValue()
8434 show_summary, // Boolean indicating if we should show a summary for in DumpValue()
8531 show_summary, // Boolean indicating if we should show a summary for in DumpValue()
8567 show_summary, // Boolean indicating if we should show a summary for the in DumpValue()
8592 show_summary, // Boolean indicating if we should show a summary for the in DumpValue()
8617 show_summary, // Boolean indicating if we should show a summary for the in DumpValue()
8643 show_summary, // Boolean indicating if we should show a summary for the in DumpValue()
8655 if (show_summary) in DumpValue()
DTypeSystemClang.h967 bool show_types, bool show_summary, bool verbose,