HomeSort by relevance Sort by last modified time
    Searched defs:NodeInfo (Results 1 - 25 of 27) sorted by null

1 2

  /external/tensorflow/tensorflow/core/grappler/optimizers/
graph_rewriter.h 80 struct NodeInfo {
84 // These are filled in when the NodeInfo is built, but not that they
89 std::unordered_map<string, std::unique_ptr<NodeInfo>> nodes_;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
astgen.py 41 class NodeInfo:
214 classes[name] = NodeInfo(name, args)
  /external/python/cpython2/Tools/compiler/
astgen.py 41 class NodeInfo:
214 classes[name] = NodeInfo(name, args)
  /art/compiler/optimizing/
induction_var_analysis.h 45 struct NodeInfo {
46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {}
263 ArenaSafeMap<HInstruction*, NodeInfo> map_;
  /external/ImageMagick/MagickCore/
splay-tree.c 83 } NodeInfo;
87 NodeInfo
122 IterateOverSplayTree(SplayTreeInfo *,int (*)(NodeInfo *,const void *),
164 register NodeInfo
170 if (splay_tree->root != (NodeInfo *) NULL)
193 node=(NodeInfo *) AcquireMagickMemory(sizeof(*node));
194 if (node == (NodeInfo *) NULL)
201 if (splay_tree->root == (NodeInfo *) NULL)
203 node->left=(NodeInfo *) NULL;
204 node->right=(NodeInfo *) NULL
    [all...]
histogram.c 89 } NodeInfo;
93 NodeInfo
102 NodeInfo
115 NodeInfo
129 static NodeInfo
133 DestroyColorCube(const Image *,NodeInfo *);
198 NodeInfo
249 if (node_info->child[id] == (NodeInfo *) NULL)
252 if (node_info->child[id] == (NodeInfo *) NULL)
326 % DefineImageHistogram(const Image *image,NodeInfo *node_info
    [all...]
quantize.c 251 } NodeInfo;
255 NodeInfo
264 NodeInfo
290 NodeInfo
335 static NodeInfo
336 *GetNodeInfo(CubeInfo *,const size_t,const size_t,NodeInfo *);
345 DefineImageColormap(Image *,CubeInfo *,NodeInfo *);
348 ClosestColor(const Image *,CubeInfo *,const NodeInfo *),
350 PruneLevel(CubeInfo *,const NodeInfo *),
351 PruneToCubeDepth(CubeInfo *,const NodeInfo *),
    [all...]
  /frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
MediaCodecsXmlParser.h 76 struct NodeInfo {
87 std::multimap<size_t, NodeInfo> nodeList;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 56 Info NodeInfo
131 // NodeInfo contains the attributes for a node.
132 type NodeInfo struct {
142 func (i *NodeInfo) PrintableName() string {
147 func (i *NodeInfo) NameComponents() []string {
177 type NodeMap map[NodeInfo]*Node
180 type NodeSet map[NodeInfo]bool
183 // of objects which uniquely identify the nodes to keep. In a graph, NodeInfo
195 func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {
549 if ni := nodeInfo(l, li, objfile, o); ni != nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 56 Info NodeInfo
131 // NodeInfo contains the attributes for a node.
132 type NodeInfo struct {
142 func (i *NodeInfo) PrintableName() string {
147 func (i *NodeInfo) NameComponents() []string {
177 type NodeMap map[NodeInfo]*Node
180 type NodeSet map[NodeInfo]bool
183 // of objects which uniquely identify the nodes to keep. In a graph, NodeInfo
195 func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {
549 if ni := nodeInfo(l, li, objfile, o); ni != nil
    [all...]
  /external/llvm/lib/Analysis/
CFLGraph.h 47 struct NodeInfo {
53 std::vector<NodeInfo> Levels;
64 NodeInfo &getNodeInfoAtLevel(unsigned Level) {
68 const NodeInfo &getNodeInfoAtLevel(unsigned Level) const {
80 const NodeInfo *getNode(Node N) const {
86 NodeInfo *getNode(Node N) {
  /external/v8/src/compiler/
loop-analysis.cc 22 struct NodeInfo {
24 NodeInfo* next; // link in chaining loop members
31 NodeInfo* header_list;
32 NodeInfo* exit_list;
33 NodeInfo* body_list;
76 for (NodeInfo& ni : info_) {
111 ZoneVector<NodeInfo> info_;
245 info(node); // create the NodeInfo
340 NodeInfo& info(Node* node) {
341 NodeInfo& i = info_[node->id()]
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function.cc 344 NodeInfo& node_info = nodes_[i];
433 struct NodeInfo {
441 std::vector<NodeInfo> nodes_;
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 256 struct NodeInfo {
257 explicit NodeInfo(int i) : gdef_index(i), node(nullptr) {}
259 NodeInfo() : NodeInfo(-1) {}
265 std::unordered_map<StringPiece, NodeInfo, StringPieceHasher> gdef_nodes_;
421 .insert(std::make_pair(StringPiece(node_def.name()), NodeInfo(n)))
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 810 const SDNodeInfo &NodeInfo,
812 unsigned NumResults = NodeInfo.getNumResults();
836 const SDNodeInfo &NodeInfo,
839 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo);
861 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo);
880 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo,
888 getOperandNum(x.SDTCisOpSmallerThanOp_Info.BigOperandNum, N, NodeInfo,
896 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo,
907 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo,
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 210 struct NodeInfo {
213 NodeInfo() : ASAP(0), ALAP(0) {}
216 std::vector<NodeInfo> ScheduleInfo;
    [all...]
  /external/v8/src/regexp/
jsregexp.h 315 struct NodeInfo {
316 NodeInfo()
328 bool Matches(NodeInfo* that) {
337 void AddFromPreceding(NodeInfo* that) {
352 void AddFromFollowing(NodeInfo* that) {
526 NodeInfo* info() { return &info_; }
548 NodeInfo info_;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 518 milliseconds

1 2