Home
last modified time | relevance | path

Searched refs:AggregationHash (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/monitor/
H A Dtest_counters.cpp23 std::unordered_map<Aggregation, double, AggregationHash> want = { in TEST()
40 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
56 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
72 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
83 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
104 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
119 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
134 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
160 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
185 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/monitor/
H A Dcounters.h40 struct TORCH_API AggregationHash { struct
179 std::unordered_map<Aggregation, T, AggregationHash> get() noexcept { in get()
235 std::unordered_map<Aggregation, T, AggregationHash> getLocked() in getLocked()
237 std::unordered_map<Aggregation, T, AggregationHash> out; in getLocked()