Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dsync_barrier.rs13 struct IsSend<T: Send>(T); struct
/external/tensorflow/tensorflow/core/graph/
Dgraph.h171 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; } in IsSend() function
852 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.cc513 bool IsSend(const NodeDef& node) { in IsSend() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc763 bool TFGraphDialect::IsSend(TFOp op) const { in IsSend() function in mlir::tfg::TFGraphDialect