MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / query_max

Method query_max

src/core/impl/graph/swap/memory_swap.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 std::vector<long long> m_lzt;
29 ThinHashMap<size_t, ThinHashSet<int>> m_seg_info;
30 PLS query_max() { return PLS(m_tree[1].max, m_tree[1].idx); }
31
32 SegmentTree(size_t len) {
33 auto segT_size = len * 8 + 1;

Callers 1

determine_swap_edgeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected