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

  /external/tensorflow/tensorflow/core/graph/
graph.h 147 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; }
679 inline bool IsSend(const Node* node) { return node->IsSend(); }
685 inline bool IsTransferNode(const Node* n) { return IsSend(n) || IsRecv(n); }
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 267 bool IsSend(const NodeDef& node) {

Completed in 215 milliseconds