Searched refs:srcNode (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | scheduler.cc | 84 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/ |
D | RegionPrinter.cpp | 73 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/ |
D | RegionPrinter.cpp | 74 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/ |
D | RegionPrinter.cpp | 74 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/ |
D | print-ipx.c | 57 uint8_t srcNode[6]; /* source node */ member 81 ipxaddr_string(EXTRACT_32BITS(ipx->srcNet), ipx->srcNode), in ipx_print()
|
D | print-atalk.c | 148 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()
|
D | appletalk.h | 41 uint8_t srcNode; member
|