Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_barrier.rs13 struct IsSend<T: Send>(T); struct
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dstep_stats_collector.cc47 bool IsSend(const NodeDef* node) { in IsSend() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc513 bool IsSend(const NodeDef& node) { in IsSend() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc763 bool TFGraphDialect::IsSend(TFOp op) const { in IsSend() function in mlir::tfg::TFGraphDialect