Home
last modified time | relevance | path

Searched defs:summary (Results 1 – 25 of 147) sorted by relevance

123456

/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op_test.cc60 void CheckAndRemoveEncodedImages(Summary* summary) { in CheckAndRemoveEncodedImages()
89 Summary summary; in TEST_F() local
112 Summary summary; in TEST_F() local
144 Summary summary; in TEST_F() local
Dsummary_op_test.cc70 Summary summary; in TEST_F() local
90 Summary summary; in TEST_F() local
110 Summary summary; in TEST_F() local
179 Summary summary; in TEST_F() local
207 Summary summary; in TEST_F() local
236 Summary summary; in TEST_F() local
310 Summary summary; in TEST_F() local
344 Summary summary; in TEST_F() local
Dsummary_audio_op_test.cc61 void CheckAndRemoveEncodedAudio(Summary* summary) { in CheckAndRemoveEncodedAudio()
95 Summary summary; in TEST_F() local
129 Summary summary; in TEST_F() local
Dsummary_tensor_op_test.cc82 Summary summary; in TEST_F() local
/external/wayland/protocol/
Dwayland.dtd21 <!ATTLIST entry summary CDATA #IMPLIED> attribute
26 <!ATTLIST arg summary CDATA #IMPLIED> attribute
31 <!ATTLIST description summary CDATA #REQUIRED> attribute
/external/autotest/client/bin/result_tools/
Ddedupe_file_throttler.py54 def _dedupe_files(summary, file_infos, max_result_size_KB): argument
75 def throttle(summary, max_result_size_KB): argument
Dthrottler_lib.py76 def sort_result_files(summary): argument
130 def check_throttle_limit(summary, max_result_size_KB): argument
Dutils.py151 def _relocate_summary(result_dir, summary_file, summary): argument
247 def _throttle_results(summary, max_result_size_KB): argument
Ddelete_file_throttler.py38 def throttle(summary, max_result_size_KB, argument
Dutils_lib.py65 def get_result_size_info(client_collected_bytes, summary): argument
Dzip_file_throttler.py100 def throttle(summary, max_result_size_KB, argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc74 Summary summary; in TEST_F() local
95 Summary summary; in TEST_F() local
112 Summary summary; in TEST_F() local
146 Summary summary; in TEST_F() local
Dweighted_quantiles_stream.h115 void PushSummary(const std::vector<SummaryEntry>& summary) { in PushSummary()
218 for (const Summary& summary : summary_levels_) { in SerializeInternalSummaries() local
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DRunStats.java46 public synchronized String summary() { in summary() method in RunStats
62 private static native String summary(long handle); in summary() method in RunStats
/external/deqp/external/openglcts/scripts/
Dverify_submission.py37 summary = parseRunSummary(os.path.join(sys.argv[1], "cts-run-summary.xml")) variable
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItem.java43 @Nullable private CharSequence summary; field in Item
124 public void setSummary(@Nullable CharSequence summary) { in setSummary()
171 CharSequence summary = getSummary(); in onBindView() local
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py240 def add_summary(self, summary, global_step): argument
405 def add_summary(self, summary, step): argument
437 def add_summary(self, summary, step): argument
513 def add_summary(self, summary, step): argument
/external/clang/utils/
DClangDataFormat.py60 def summary(self): member in SourceLocation
76 def summary(self): member in QualType
88 def summary(self): member in StringRef
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/
DNoopRunningSpanStoreTest.java39 RunningSpanStore.Summary summary = runningSpanStore.getSummary(); in noopRunningSpanStore_GetSummary() local
DNoopSampledSpanStoreTest.java44 SampledSpanStore.Summary summary = sampledSpanStore.getSummary(); in noopSampledSpanStore_RegisterUnregisterAndGetSummary() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateChangeChart.java112 PrintWriter summary = null; in main() local
166 … public LocaleFirstChartWriter(PrintWriter summary, String dir, String title, String explanation) { in LocaleFirstChartWriter()
224 … public PathFirstChartWriter(PrintWriter summary, String dir, String title, String explanation) { in PathFirstChartWriter()
282 public ChartWriter(PrintWriter summary, String dir, String title, String explanation) { in ChartWriter()
DGenerateItemCounts.java78summary(null, null, "if present, summarizes data already collected. Run once with, once without.")… enumConstant
122PrintWriter summary = FileUtilities.openUTF8Writer(OUT_DIRECTORY, prefix + fileKey + "_count.txt"); in main()
356 private static void compare(PrintWriter summary, PrintWriter changes, PrintWriter changesNew, in compare()
540 …PrintWriter summary = FileUtilities.openUTF8Writer(OUT_DIRECTORY, (MyOptions.directory.option.does… in doSummary() local
744 private void summarizeCoverage(PrintWriter summary, String commonDir, boolean isFinal) { in summarizeCoverage()
756 public void summarizeFiles(PrintWriter summary, File directory, boolean isFinal, int level) { in summarizeFiles()
/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTextReporter.java60 private final PrintStream summary; field in TextReporter
86 public TextReporter(PrintStream summary, PrintStream log) { in TextReporter()
/external/v8/src/debug/
Ddebug-stack-trace-iterator.cc191 FrameSummary summary = FrameSummary::Get(iterator_.frame(), 0); in Evaluate() local
221 FrameSummary summary = FrameSummary::Get(iterator_.frame(), 0); in EvaluateWasm() local
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc106 auto& summary = frames[i]; in GetCallStack() local
194 const FrameSummary::WasmFrameSummary& summary = in GetWasmInstance() local
231 const FrameSummary& summary = frames[reversed_index]; in GetWasmLocal() local
264 const FrameSummary& summary = frames[reversed_index]; in GetWasmStackValue() local

123456