Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h163 bool IsHostRecv() const { return class_ == NC_HOST_RECV; } in IsHostRecv() function
682 inline bool IsHostRecv(const Node* node) { return node->IsHostRecv(); } in IsHostRecv() function
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc738 } else if ((local_dev_name.type == "CPU" || n->IsHostRecv()) && in InferAllocAttr()