Home
last modified time | relevance | path

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

12

/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/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/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.h28 enum class NodeType : uint8_t { enum
/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/icu/icu4c/source/common/
Drbbinode.h30 enum NodeType { enum
/third_party/skia/third_party/externals/icu/source/common/
Drbbinode.h30 enum NodeType { enum
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dkernel_refcount.h29 enum NodeType { kCommonNode, kCommunicationNode }; enum
/third_party/skia/modules/skottie/include/
DSkottieProperty.h123 enum class NodeType {COMPOSITION, LAYER, EFFECT, OTHER}; enum
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h15 enum class NodeType enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h33 enum NodeType : unsigned { enum

12