Home
last modified time | relevance | path

Searched defs:IsSend (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/tests/
Dsync_barrier.rs10 struct IsSend<T: Send>(T); struct
/external/tensorflow/tensorflow/core/graph/
Dgraph.h164 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; } in IsSend() function
819 inline bool IsSend(const Node* node) { return node->IsSend(); } in IsSend() function
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc47 bool IsSend(const NodeDef* node) { in IsSend() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc511 bool IsSend(const NodeDef& node) { in IsSend() function