| 770 | } |
| 771 | |
| 772 | ShapeHandle InferenceContext::Matrix(DimensionOrConstant dim1, |
| 773 | DimensionOrConstant dim2) { |
| 774 | return MakeShape({dim1, dim2}); |
| 775 | } |
| 776 | |
| 777 | Status InferenceContext::MakeShapeFromShapeTensorTreatScalarAsUnknownShape( |
| 778 | int input_idx, ShapeHandle* out) { |