Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h169 bool IsHostSend() const { return class_ == NC_HOST_SEND; } in IsHostSend() function
745 inline bool IsHostSend(const Node* node) { return node->IsHostSend(); } in IsHostSend() function