Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcollective_ops_utils.cc347 bool IsCollective(const HloInstruction* instruction) { in IsCollective() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h189 bool IsCollective() const { return class_ == NC_COLLECTIVE; } in IsCollective() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc143 bool IsCollective(const NodeDef& node) { in IsCollective() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc183 bool TFGraphDialect::IsCollective(TFOp op) const { in IsCollective() function in mlir::tfg::TFGraphDialect