Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h148 bool IsRecv() const { return class_ == NC_RECV || class_ == NC_HOST_RECV; } in IsRecv()
163 bool IsHostRecv() const { return class_ == NC_HOST_RECV; } in IsHostRecv()
227 NC_HOST_RECV, enumerator
Dgraph.cc69 {"_HostRecv", NC_HOST_RECV},