Searched refs:bounded_graphs (Results 1 – 1 of 1) sorted by relevance
1133 auto bounded_graphs = boundedGraphsForSchema(*schema); in calculateSymbolicShapesOnOp() local1135 if (!has_shape_compute && bounded_graphs == std::nullopt) { in calculateSymbolicShapesOnOp()1155 if (bounded_graphs) { in calculateSymbolicShapesOnOp()1157 SymbolicShapeOpAnalyzer(schema, bounded_graphs->lower_bound); in calculateSymbolicShapesOnOp()1160 SymbolicShapeOpAnalyzer(schema, bounded_graphs->upper_bound); in calculateSymbolicShapesOnOp()