Home
last modified time | relevance | path

Searched defs:GetNode (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dpattern_matcher.h67 T GetNode(const AnfNodePtr &) const { in GetNode() function
98 AnfNodePtr GetNode(const AnfNodePtr &node) const { in GetNode() function
162 AnfNodePtr GetNode(const AnfNodePtr &node) const { in GetNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h155 const SDNode *GetNode() const { in GetNode() function
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dnode_id_map.cc36 const ast::Node* NodeIdMap::GetNode(IdType id) const { in GetNode() function in tint::fuzzers::ast_fuzzer::NodeIdMap
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dedge.h63 Status GetNode(std::pair<std::shared_ptr<Node>, std::shared_ptr<Node>> *out_node) { in GetNode() function
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_helper.cc12 OsrAXNode* OsrAXTree::GetNode(int nodeId) const { in GetNode() function in client::OsrAXTree
260 OsrAXNode* OsrAccessibilityHelper::GetNode(const CefString& treeId, in GetNode() function in client::OsrAccessibilityHelper
/third_party/mindspore/mindspore/lite/test/common/
Dimport_from_meta_graphT.cc29 AnfNodePtr AnfImporterFromMetaGraphT::GetNode(int tensor_id) { in GetNode() function in mindspore::lite::AnfImporterFromMetaGraphT
/third_party/ninja/src/
Dtest.cc93 Node* StateTestWithBuiltinRules::GetNode(const string& path) { in GetNode() function in StateTestWithBuiltinRules
Dstate.cc103 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode() function in State
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1573 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs()