HomeSort by relevance Sort by last modified time
    Searched refs:Summary (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/core/summary/
summary_converter.h 18 #include "tensorflow/core/framework/summary.pb.h"
26 Summary* s);
28 Summary* s);
31 Summary* s);
34 Summary* s);
  /external/llvm/lib/IR/
ModuleSummaryIndex.cpp 1 //===-- ModuleSummaryIndex.cpp - Module Summary Index ---------------------===//
10 // This file implements the module index and summary classes for the
19 // Create the combined module index/summary from multiple
29 // Assert that the value summary list only has one entry, since we shouldn't
32 std::unique_ptr<GlobalValueSummary> Summary = std::move(List.front());
37 auto Path = Summary->modulePath();
41 assert(ModPath == Summary->modulePath() &&
47 Summary->setModulePath(ModPath);
49 // Add new value summary to existing list. There may be duplicates when
52 addGlobalValueSummary(ValueGUID, std::move(Summary));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 1 //===- CoverageSummaryInfo.cpp - Coverage summary for function/file -------===//
62 FunctionCoverageSummary Summary(Name);
63 Summary.ExecutionCount = Group.getTotalExecutionCount();
64 Summary.RegionCoverage = Summaries[0].RegionCoverage;
65 Summary.LineCoverage = Summaries[0].LineCoverage;
67 Summary.RegionCoverage.merge(FCS.RegionCoverage);
68 Summary.LineCoverage.merge(FCS.LineCoverage);
70 return Summary;
CoverageExporterJson.cpp 29 // ---------- Summary: dict => Object summarizing the coverage for this file
36 // ---- Summary: dict => Object summarizing the coverage for the entire binary
152 // Skip functions-level information for summary-only export mode.
235 emitDictKey("summary");
338 void CoverageExporterJson::renderSummary(const FileCoverageSummary &Summary) {
339 // Start Summary for the file.
344 // Start Line Coverage Summary.
346 emitDictElement("count", Summary.LineCoverage.getNumLines());
347 emitDictElement("covered", Summary.LineCoverage.getCovered());
348 emitDictElement("percent", Summary.LineCoverage.getPercentCovered())
    [all...]
  /external/epid-sdk/doc/html/
_examples.js 4 [ "Summary", "_user_manual__generating_an_intel_epid_signature.html#signmsgWalktrhu_overview", null ],
8 [ "Summary", "_user_manual__verifying_an_intel_epid_signature.html#verifysigWalktrhu_overview", null ],
  /external/tensorflow/tensorflow/core/api_def/
update_api_def_test.cc 42 Summary for Op1.
67 summary: "Summary for Op1."
96 Summary for Op1.
104 Summary for Op2.
111 Summary for Op3.
120 summary: "Summary for Op1."
127 summary: "Summary for Op2.
    [all...]
  /external/opencensus-java/api/src/main/java/io/opencensus/trace/export/
RunningSpanStore.java 54 * Returns the summary of all available data such, as number of running spans.
56 * @return the summary of all available data.
59 public abstract Summary getSummary();
71 * The summary of all available data.
77 public abstract static class Summary {
79 Summary() {}
82 * Returns a new instance of {@code Summary}.
84 * @param perSpanNameSummary a map with summary for each span name.
85 * @return a new instance of {@code Summary}.
89 public static Summary create(Map<String, PerSpanNameSummary> perSpanNameSummary)
    [all...]
  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 1 //===- ProfileSummaryInfo.cpp - Global profile summary information --------===//
10 // This file contains a pass that provides access to the global profile summary
30 "profile-summary-cutoff-hot", cl::Hidden, cl::init(999000), cl::ZeroOrMore,
35 "profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), cl::ZeroOrMore,
47 // detailed summary.
53 // The profile summary metadata may be attached either by the frontend or by
55 // checks if the Summary is null and if so checks if the summary metadata is now
56 // available in the module and parses it to get the Summary object.
58 if (Summary)
    [all...]
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/export/
RunningSpanStoreImpl.java 52 private static final Summary EMPTY_SUMMARY =
53 RunningSpanStore.Summary.create(Collections.<String, PerSpanNameSummary>emptyMap());
62 public Summary getSummary() {
SampledSpanStoreImpl.java 47 private static final Summary EMPTY_SUMMARY =
48 Summary.create(Collections.<String, PerSpanNameSummary>emptyMap());
53 public Summary getSummary() {
  /external/tensorflow/tensorflow/core/kernels/
summary_audio_op_test.cc 23 #include "tensorflow/core/framework/summary.pb.h"
39 static void EXPECT_SummaryMatches(const Summary& actual,
41 Summary expected;
61 void CheckAndRemoveEncodedAudio(Summary* summary) {
62 for (int i = 0; i < summary->value_size(); ++i) {
63 Summary::Value* value = summary->mutable_value(i);
95 Summary summary; local
129 Summary summary; local
    [all...]
summary_image_op_test.cc 23 #include "tensorflow/core/framework/summary.pb.h"
39 static void EXPECT_SummaryMatches(const Summary& actual,
41 Summary expected;
60 void CheckAndRemoveEncodedImages(Summary* summary) {
61 for (int i = 0; i < summary->value_size(); ++i) {
62 Summary::Value* value = summary->mutable_value(i);
89 Summary summary; local
112 Summary summary; local
144 Summary summary; local
    [all...]
summary_op_test.cc 23 #include "tensorflow/core/framework/summary.pb.h"
41 static void EXPECT_SummaryMatches(const Summary& actual,
43 Summary expected;
70 Summary summary; local
71 ParseProtoUnlimited(&summary, out_tensor->scalar<string>()());
72 EXPECT_SummaryMatches(summary, R"(
90 Summary summary; local
91 ParseProtoUnlimited(&summary, out_tensor->scalar<string>()())
110 Summary summary; local
179 Summary summary; local
207 Summary summary; local
236 Summary summary; local
310 Summary summary; local
344 Summary summary; local
    [all...]
summary_tensor_op.cc 19 #include "tensorflow/core/framework/summary.pb.h"
40 Summary s;
41 Summary::Value* v = s.add_value();
72 // summary metadata used by plugins (which lets TensorBoard determine which
82 Summary s;
83 Summary::Value* v = s.add_value();
summary_tensor_op_test.cc 23 #include "tensorflow/core/framework/summary.pb.h"
39 static void EXPECT_SummaryMatches(const Summary& actual,
41 Summary expected;
82 Summary summary; local
83 ParseProtoUnlimited(&summary, out_tensor->scalar<string>()());
84 ASSERT_EQ(1, summary.value_size());
86 // Check the content of the tensor stored in the summary.
88 CHECK(string_content_tensor.FromProto(summary.value(0).tensor()));
93 ASSERT_EQ("tag_foo", summary.value(0).tag())
    [all...]
  /external/compiler-rt/make/
config.mk 40 ifndef Summary
41 Summary = $(Echo)
  /external/tensorflow/tensorflow/core/framework/
stats_aggregator.h 26 class Summary;
40 // implementation that integrates with the pull-based summary API, and we may
61 virtual void EncodeToProto(Summary* out_summary) = 0;
  /external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
SummaryTest.java 22 import io.opencensus.metrics.export.Summary.Snapshot;
23 import io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile;
31 /** Unit tests for {@link Summary}. */
121 Summary summary = Summary.create(10L, 6.6, snapshot); local
122 assertThat(summary.getCount()).isEqualTo(10);
123 assertThat(summary.getSum()).isWithin(TOLERANCE).of(6.6);
124 assertThat(summary.getSnapshot()).isEqualTo(snapshot);
131 Summary.create
    [all...]
  /external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
Value.java 79 * Returns a {@link Summary} {@link Value}.
81 * @param value value in {@link Summary}.
82 * @return a {@code Summary} {@code Value}.
85 public static Value summaryValue(Summary value) {
98 Function<? super Summary, T> summaryFunction,
113 Function<? super Summary, T> summaryFunction,
148 Function<? super Summary, T> summaryFunction,
172 * {@link ValueDistribution} contains summary statistics for a population of values. It optionally
186 Function<? super Summary, T> summaryFunction,
224 Function<? super Summary, T> summaryFunction
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
10 // This file contains a pass that provides access to profile summary
36 /// based on the profile summary. This also provides convenience methods to
44 std::unique_ptr<ProfileSummary> Summary;
53 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
10 // This file contains a pass that provides access to profile summary
39 /// based on the profile summary. This also provides convenience methods to
47 std::unique_ptr<ProfileSummary> Summary;
60 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
62 /// Returns true if profile summary is available.
68 Summary->getKind() == ProfileSummary::PSK_Sample;
74 Summary->getKind() == ProfileSummary::PSK_Instr;
81 /// summary is immutable after it is annotated on the module, we return fals
    [all...]
  /frameworks/base/cmds/incident_helper/src/parsers/
ProcrankParser.cpp 79 // add summary
80 uint64_t token = proto.start(ProcrankProto::SUMMARY);
83 uint64_t token = proto.start(ProcrankProto::Summary::TOTAL);
90 uint64_t token = proto.start(ProcrankProto::Summary::ZRAM);
91 proto.write(ProcrankProto::Summary::Zram::RAW_TEXT, zram);
95 uint64_t token = proto.start(ProcrankProto::Summary::RAM);
96 proto.write(ProcrankProto::Summary::Ram::RAW_TEXT, ram);
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 114 auto VerifySummary = [](ProfileSummary &Summary) mutable {
115 ASSERT_EQ(ProfileSummary::PSK_Sample, Summary.getKind());
116 ASSERT_EQ(123603u, Summary.getTotalCount());
117 ASSERT_EQ(6u, Summary.getNumCounts());
118 ASSERT_EQ(2u, Summary.getNumFunctions());
119 ASSERT_EQ(1437u, Summary.getMaxFunctionCount());
120 ASSERT_EQ(60351u, Summary.getMaxCount());
126 std::vector<ProfileSummaryEntry> &Details = Summary.getDetailedSummary();
142 ProfileSummary &Summary = Reader->getSummary();
143 VerifySummary(Summary);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
SampleProfTest.cpp 129 auto VerifySummary = [](ProfileSummary &Summary) mutable {
130 ASSERT_EQ(ProfileSummary::PSK_Sample, Summary.getKind());
131 ASSERT_EQ(123603u, Summary.getTotalCount());
132 ASSERT_EQ(6u, Summary.getNumCounts());
133 ASSERT_EQ(2u, Summary.getNumFunctions());
134 ASSERT_EQ(1437u, Summary.getMaxFunctionCount());
135 ASSERT_EQ(60351u, Summary.getMaxCount());
141 std::vector<ProfileSummaryEntry> &Details = Summary.getDetailedSummary();
155 ProfileSummary &Summary = Reader->getSummary();
156 VerifySummary(Summary);
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_stream.h 41 // - Maintain an in-memory multi-level quantile summary in a way to guarantee
46 // a summary to b + 1 elements guaranteeing epsNew = epsOld + 1/b.
47 // - b * sizeof(summary entry) must ideally be small enough to fit in an
69 using Summary = WeightedQuantilesSummary<ValueType, WeightType, CompareFn>;
70 using SummaryEntry = typename Summary::SummaryEntry;
97 // and push weighted quantile summary up the level chain.
108 // Create local compressed summary and propagate.
114 // Pushes full summary while maintaining approximation error invariants.
115 void PushSummary(const std::vector<SummaryEntry>& summary) {
119 // Create local compressed summary and propagate
    [all...]

Completed in 3479 milliseconds

1 2 3 4 5 6 7