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

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/contrib/tensorboard/db/
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/tensorflow/tensorflow/core/kernels/data/
stats_aggregator.h 26 class Summary;
38 // implementation that integrates with the pull-based summary API, and we may
55 virtual void EncodeToProto(Summary* out_summary) = 0;
  /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/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/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"
40 static void EXPECT_SummaryMatches(const Summary& actual,
42 Summary expected;
69 Summary summary; local
70 ParseProtoUnlimited(&summary, out_tensor->scalar<string>()());
71 EXPECT_SummaryMatches(summary, R"(
89 Summary summary; local
90 ParseProtoUnlimited(&summary, out_tensor->scalar<string>()())
109 Summary summary; local
178 Summary summary; local
206 Summary summary; local
235 Summary summary; local
309 Summary summary; local
343 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)
  /frameworks/base/core/java/android/net/metrics/
NetworkMetrics.java 49 public final Summary summary; field in class:NetworkMetrics
53 public Summary pendingSummary;
61 this.summary = new Summary(netId, transports);
65 * Get currently pending Summary statistics, if any, for this NetworkMetrics, merge them
66 * into the long running Summary statistics of this NetworkMetrics, and also clear them.
68 public Summary getPendingStats() {
69 Summary s = pendingSummary;
72 summary.merge(s)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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;
56 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
58 /// \brief Returns true if profile summary is available.
64 Summary->getKind() == ProfileSummary::PSK_Sample;
70 Summary->getKind() == ProfileSummary::PSK_Instr;
77 /// summary is immutable after it is annotated on the module, we return fals
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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;
56 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
58 /// \brief Returns true if profile summary is available.
64 Summary->getKind() == ProfileSummary::PSK_Sample;
70 Summary->getKind() == ProfileSummary::PSK_Instr;
77 /// summary is immutable after it is annotated on the module, we return fals
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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 /// \brief 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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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 /// \brief 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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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 /// \brief 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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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 /// \brief 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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;
56 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
58 /// \brief Returns true if profile summary is available.
64 Summary->getKind() == ProfileSummary::PSK_Sample;
70 Summary->getKind() == ProfileSummary::PSK_Instr;
77 /// summary is immutable after it is annotated on the module, we return fals
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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;
56 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
58 /// \brief Returns true if profile summary is available.
64 Summary->getKind() == ProfileSummary::PSK_Sample;
70 Summary->getKind() == ProfileSummary::PSK_Instr;
77 /// summary is immutable after it is annotated on the module, we return fals
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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 /// \brief 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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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 /// \brief 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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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 /// \brief 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...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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 /// \brief 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...]
  /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)) {}

Completed in 1157 milliseconds

1 2 3 4 5 6 7 8 9