Home
last modified time | relevance | path

Searched refs:srcNode (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc84 Node* srcNode = graph_->source_node(); in ComputeAsap() local
85 queue.push_back(srcNode); in ComputeAsap()
86 (*asap_times)[srcNode->id()] = 0; in ComputeAsap()
181 Node* srcNode = graph_->source_node(); in ComputeSlack() local
182 Microseconds makespan = alap_times[srcNode->id()]; in ComputeSlack()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionPrinter.cpp73 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes()
78 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
82 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DRegionPrinter.cpp74 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes()
79 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
83 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
/external/llvm/lib/Analysis/
DRegionPrinter.cpp74 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes()
79 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
83 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
/external/tcpdump/
Dprint-ipx.c57 uint8_t srcNode[6]; /* source node */ member
81 ipxaddr_string(EXTRACT_32BITS(ipx->srcNet), ipx->srcNode), in ipx_print()
Dprint-atalk.c148 ND_PRINT((ndo, "%s.%s", ataddr_string(ndo, snet, dp->srcNode), in llap_print()
156 ddp_print(ndo, bp, length, dp->type, snet, dp->srcNode, dp->srcSkt); in llap_print()
198 ND_PRINT((ndo, "%s.%s", ataddr_string(ndo, snet, dp->srcNode), in atalk_print()
205 ddp_print(ndo, bp, length, dp->type, snet, dp->srcNode, dp->srcSkt); in atalk_print()
Dappletalk.h41 uint8_t srcNode; member