Home
last modified time | relevance | path

Searched refs:incompatible_shape_nodes_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h156 return incompatible_shape_nodes_.find(node_name) != in CheckShapeIncompatible()
157 incompatible_shape_nodes_.end(); in CheckShapeIncompatible()
212 std::unordered_set<string> incompatible_shape_nodes_; variable
Dgraph_properties.cc2699 incompatible_shape_nodes_.insert(node.name()); in InferStatically()
2702 if (aggressive_shape_inference && !incompatible_shape_nodes_.empty()) in InferStatically()
2703 LOG(WARNING) << incompatible_shape_nodes_.size() in InferStatically()