Searched refs:IsShapeConsumerOp (Results 1 – 4 of 4) sorted by relevance
92 bool IsShapeConsumerOp(const Node& node);
61 if (IsShapeConsumerOp(*n)) { in FindNodesToDecluster()365 if (!IsShapeConsumerOp(*n)) { in PartiallyDeclusterGraph()
317 bool IsShapeConsumerOp(const Node& node) { in IsShapeConsumerOp() function
757 bool is_shape_consumer_op = n && IsShapeConsumerOp(*n); in RunEdgeContractionLoop()