Home
last modified time | relevance | path

Searched defs:NodeVector (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DNodeVector.java31 public class NodeVector implements Serializable, Cloneable class
62 public NodeVector() in NodeVector() method in NodeVector
73 public NodeVector(int blocksize) in NodeVector() method in NodeVector
/external/tensorflow/tensorflow/core/framework/
Dmodel.h141 using NodeVector = std::vector<std::shared_ptr<Node>>; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h252 typedef std::vector<ExplodedNode *> NodeVector; typedef
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h309 using NodeVector = std::vector<ExplodedNode *>; variable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc205 typedef absl::InlinedVector<Node*, 4> NodeVector; typedef in tensorflow::__anon1b4844970111::Exporter
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h166 using NodeVector = std::vector<NodeEntry>; variable
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DGraph.h166 using NodeVector = std::vector<NodeEntry>; variable
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h181 typedef std::vector<NodeEntry> NodeVector; typedef