Home
last modified time | relevance | path

Searched defs:NodeType (Results 1 – 25 of 60) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_graph.h83 struct NodeType { struct
84 std::string name;
108 std::vector<Graph::NodeType> nodes; // Nodes of the graph. Public. argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dnode.h64 virtual NType NodeType() { return NType::Base; } in NodeType() function
115 NType NodeType() override { return NType::Tensor; } in NodeType() function
129 NType NodeType() override { return NType::Scalar; } in NodeType() function
142 NType NodeType() override { return NType::Tuple; } in NodeType() function
155 NType NodeType() override { return NType::Parameter; } in NodeType() function
164 NType NodeType() override { return NType::Output; } in NodeType() function
/third_party/typescript/tests/baselines/reference/
DparserRealSource3.js130 (function (NodeType) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEISelLowering.h24 enum NodeType : unsigned { enum
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp132 void PropertyObserver::onEnterNode(const char node_name[], NodeType) {} in onEnterNode() argument
134 void PropertyObserver::onLeavingNode(const char node_name[], NodeType) {} in onLeavingNode() argument
/third_party/jsframework/runtime/vdom/
DNode.ts44 enum NodeType { enum
62 public static NodeType = NodeType; property in Node
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDirectedGraph.h32 explicit DGEdge(const DGEdge<NodeType, EdgeType> &E) in DGEdge()
80 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode()
81 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.h29 enum NodeType : unsigned { enum
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/api/
Dnode_type.py19 class NodeType(Enum): class
/third_party/skia/m133/modules/skottie/src/
DSkottieProperty.cpp187 void PropertyObserver::onEnterNode(const char node_name[], NodeType) {} in onEnterNode() argument
189 void PropertyObserver::onLeavingNode(const char node_name[], NodeType) {} in onLeavingNode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h24 enum NodeType : unsigned { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h23 enum NodeType : unsigned { enum
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_node.h33 enum NodeType { kCommonNode, kCommunicationNode }; enum
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dfn-simple.rs57 fn zzzzzzzzzzzzzzzzzzzz<Type, NodeType>( in zzzzzzzzzzzzzzzzzzzz() argument
Dissue-1049.rs4 ) -> Handle<NodeRef<marker::Mut, K, V, NodeType>, HandleType> { in reborrow_mut() argument
/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
DMibTreeNode.cs45 public MibTreeNodeType NodeType property in Lextm.SharpSnmpLib.Mib.MibTreeNode
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.h28 enum class NodeType : uint8_t { enum
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dissue-1049.rs2 pub unsafe fn reborrow_mut(&mut X: Abcde) -> Handle<NodeRef<marker::Mut, K, V, NodeType>, HandleTyp… in reborrow_mut() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h25 enum NodeType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h24 enum NodeType : unsigned { enum
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/
Dgraph_partitioner.h29 enum class NodeType : char { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.h28 enum NodeType : unsigned { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h24 enum NodeType : unsigned { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h24 enum NodeType : unsigned { enum
/third_party/skia/m133/third_party/externals/icu/source/common/
Drbbinode.h30 enum NodeType { enum

123