Searched refs:incompatible_shape_nodes_ (Results 1 – 2 of 2) sorted by relevance
156 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
2699 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()