Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h180 bool IsHostRecv() const { return class_ == NC_HOST_RECV; } in IsHostRecv() function
822 inline bool IsHostRecv(const Node* node) { return node->IsHostRecv(); } in IsHostRecv() function