Home
last modified time | relevance | path

Searched refs:AtomValue (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestStatsdTelemetry.cpp29 constexpr auto kNoAggregateTiming = AtomValue::AccumulatedTiming{};
71 bool operator==(const AtomValue::AccumulatedTiming& lhs, const AtomValue::AccumulatedTiming& rhs) { in operator ==()
72 constexpr auto toTuple = [](const AtomValue::AccumulatedTiming& v) { in operator ==()
78 bool operator==(const AtomValue& lhs, const AtomValue& rhs) { in operator ==()
79 constexpr auto toTuple = [](const AtomValue& v) { in operator ==()
86 AtomValue::AccumulatedTiming accumulatedTimingsFrom(std::initializer_list<int64_t> values) { in accumulatedTimingsFrom()
113 AtomValue value1 = { in TEST()
117 const AtomValue value2 = { in TEST()
121 const AtomValue valueResult = { in TEST()
131 AtomValue value1 = {}; in TEST()
[all …]
/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.h70 struct AtomValue { struct
96 void combineAtomValues(AtomValue* acculatedValue, const AtomValue& value); argument
99 using Atom = std::pair<AtomKey, AtomValue>;
112 std::map<AtomKey, AtomValue> mAggregate;
DTelemetryStatsd.cpp66 AtomValue::AccumulatedTiming accumulatedTimingFrom(int64_t timing) { in accumulatedTimingFrom()
79 void combineAccumulatedTiming(AtomValue::AccumulatedTiming* accumulatedTime, in combineAccumulatedTiming()
80 const AtomValue::AccumulatedTiming& timing) { in combineAccumulatedTiming()
272 void combineAtomValues(AtomValue* accumulatedValue, const AtomValue& value) { in combineAtomValues()
286 const AtomValue& value = atom.second; in push()
295 std::pair<AtomKey, AtomValue> AtomAggregator::pop() { in pop()
396 AtomValue{ in createAtomFrom()
427 AtomValue{ in createAtomFrom()