Home
last modified time | relevance | path

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

123

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_graph.h69 struct NodeType { struct
84 std::vector<Graph::NodeType> nodes; // Nodes of the graph. Pubic. argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.h75 virtual NType NodeType() { return NType::Base; } in NodeType() function
128 NType NodeType() override { return NType::Value; } in NodeType() function
144 NType NodeType() override { return NType::Parameter; } in NodeType() function
153 NType NodeType() override { return NType::Output; } in NodeType() function
/third_party/cef/include/
Dcef_xml_reader.h53 typedef cef_xml_node_type_t NodeType; typedef
/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/lib/Target/ARC/
DARCISelLowering.h29 enum NodeType : unsigned { enum
/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/WebAssembly/
DWebAssemblyISelLowering.h24 enum NodeType : unsigned { enum
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dnode.h29 using NodeType = int8_t; variable
/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/ccsrc/backend/optimizer/somas/
Dsomas_node.h36 enum NodeType { kCommonNode, kCommunicationNode }; 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/ccsrc/backend/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/third_party/externals/icu/source/common/
Drbbinode.h30 enum NodeType { enum
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbinode.h30 enum NodeType { enum
/third_party/node/deps/icu-small/source/common/
Drbbinode.h30 enum NodeType { enum
/third_party/icu/icu4c/source/common/
Drbbinode.h30 enum NodeType { enum
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dkernel_refcount.h28 enum NodeType { kCommonNode, kCommunicationNode }; enum
/third_party/skia/modules/skottie/include/
DSkottieProperty.h123 enum class NodeType {COMPOSITION, LAYER, EFFECT, OTHER}; enum

123