Home
last modified time | relevance | path

Searched defs:SetOps (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/split_model/
Darea.h92 void SetOps(const std::vector<PrimOpPtr> &ops) { ops_ = ops; } in SetOps() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp62714 struct SetOps : HashPolicy struct in js::HashSet
62716 using Base = HashPolicy;
62717 typedef T KeyType;
62718 static const KeyType& getKey(const T& t) { return t; } in getKey()
62719 static void setKey(T& t, KeyType& k) { HashPolicy::rekey(t, k); } in setKey()