Home
last modified time | relevance | path

Searched refs:NC_HOST_SEND (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h154 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; } in IsSend()
169 bool IsHostSend() const { return class_ == NC_HOST_SEND; } in IsHostSend()
249 NC_HOST_SEND, enumerator
Dgraph.cc68 {"_HostSend", NC_HOST_SEND},