Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dnode_id_map.cc25 NodeIdMap::NodeIdMap(const Program& program) : NodeIdMap() { in NodeIdMap() function in tint::fuzzers::ast_fuzzer::NodeIdMap
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_loader.h44 using NodeIdMap = std::unordered_map<NodeIdType, std::shared_ptr<Node>>; variable