Home
last modified time | relevance | path

Searched refs:IsCollective (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcollective_order.cc41 node->IsCollective() && node->type_string() == "CollectiveReduce"; in DiscoverDataDependencies()
78 if (!collective_nodes[i]->IsCollective() || in CreateControlDependencies()
Dcollective_order_test.cc41 if (!src->IsCollective()) { in VerifyGraph()
68 if (node->IsCollective() || in VerifyAttrs()
Dgraph.h182 bool IsCollective() const { return class_ == NC_COLLECTIVE; } in IsCollective() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc43 IsCollective(node) || in IsDenylisted()
Dscoped_allocator_optimizer.cc1184 if (!IsCollective(n)) return false; in IsCollectiveNode()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h54 bool IsCollective(const NodeDef& node);
Dop_types.cc141 bool IsCollective(const NodeDef& node) { in IsCollective() function
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.cc395 if (n->IsCollective()) { in InferAllocAttr()
Dgraph_execution_state.cc910 if (node->IsCollective()) { in BuildGraph()
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor.cc93 if (n->IsCollective()) { in Initialize()