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.h172 bool IsCollective() const { return class_ == NC_COLLECTIVE; } in IsCollective() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc42 IsCollective(node) || in IsBlacklisted()
Dscoped_allocator_optimizer.cc913 if (!IsCollective(n)) return false; in IsCollectiveNode()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h47 bool IsCollective(const NodeDef& node);
Dop_types.cc111 bool IsCollective(const NodeDef& node) { in IsCollective() function
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor.cc85 if (n->IsCollective()) { in Initialize()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc798 if (node->IsCollective()) { in BuildGraph()
Dexecutor.cc840 if (n->IsCollective()) { in InferAllocAttr()