HomeSort by relevance Sort by last modified time
    Searched defs:neighbor (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/grappler/graph_analyzer/
graph_analyzer.cc 102 const GenNode::LinkTarget& neighbor = sit.GetNeighbor(); local
110 } else if (neighbor.node->AllInputsOrNone() && !port.IsInbound() &&
112 if (parent->id().find(neighbor.node) == parent->id().end()) {
114 ExtendSubgraphAllOrNone(parent, neighbor.node);
119 } else if (neighbor.node->IsMultiInput(neighbor.port)) {
120 // Would need to add all inputs of the neighbor node at this port at
122 if (parent->id().find(neighbor.node) != parent->id().end()) {
125 ExtendSubgraphPortAllOrNone(parent, neighbor.node, neighbor.port)
    [all...]
  /external/ImageMagick/MagickCore/
shear.c 249 neighbor;
257 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
259 neighbor+=element;
260 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse)
262 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse)
264 neighbor+=element;
265 if (SetMatrixElement(q,x+2*i+1,y,&neighbor) == MagickFalse)
272 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
274 neighbor+=element;
275 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse
246 neighbor; local
312 neighbor; local
    [all...]
  /external/tcpdump/
print-olsr.c 171 { 0, "Not-Neighbor" },
178 uint8_t neighbor[4]; member in struct:olsr_lq_neighbor4
185 uint8_t neighbor[16]; member in struct:olsr_lq_neighbor6
231 * print a neighbor list with LQ extensions.
245 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2f%%"
246 ", neighbor-link-quality %.2f%%",
247 ipaddr_string(ndo, lq_neighbor->neighbor),
269 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2f%%"
270 ", neighbor-link-quality %.2f%%",
271 ip6addr_string(ndo, lq_neighbor->neighbor),
288 int neighbor; local
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 248 milliseconds