Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dedge.h45 const FunctionNodePtr &GetNode() const { return node_; } 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-src/source/mindspore/core/ir/
Dpattern_matcher.h67 T GetNode(const AnfNodePtr &) const { in GetNode() function
98 AnfNodePtr GetNode(const AnfNodePtr &node) const { in GetNode() function
211 AnfNodePtr GetNode(const AnfNodePtr &node) const { in GetNode() function
288 AnfNodePtr GetNode(const AnfNodePtr &node) const { in GetNode() function
456 AnfNodePtr GetNode(const AnfNodePtr &) const { in GetNode() function
/third_party/mindspore/mindspore-src/source/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.cc95 Node* StateTestWithBuiltinRules::GetNode(const string& path) { in GetNode() function in StateTestWithBuiltinRules
Dstate.cc96 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode() function in State
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/parameter_cache/
Dlfu_cache.cc43 CacheNoe *LFUCacheAlgorithm::GetNode(int key) { in GetNode() function in mindspore::cache::LFUCacheAlgorithm
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/parameter_cache/
Dlfu_cache.cc43 CacheNoe *LFUCacheAlgorithm::GetNode(int key) { in GetNode() function in mindspore::cache::LFUCacheAlgorithm
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dcompile_result.cc148 CompileNodePtr CompileResult::GetNode(const std::string &name) { in GetNode() function in mindspore::lite::CompileResult
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dcustom_nodes.h505 explicit GetNode(OpCode op, const NodePtr &opnd) : UnaryOperation(op, opnd) {} in GetNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1573 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs()