HomeSort by relevance Sort by last modified time
    Searched refs:IsHostRecv (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph.h 163 bool IsHostRecv() const { return class_ == NC_HOST_RECV; }
682 inline bool IsHostRecv(const Node* node) { return node->IsHostRecv(); }
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 738 } else if ((local_dev_name.type == "CPU" || n->IsHostRecv()) &&
    [all...]

Completed in 455 milliseconds