| 766 | ShapeHandle InferenceContext::Scalar() { return MakeShape({}); } |
| 767 | |
| 768 | ShapeHandle InferenceContext::Vector(DimensionOrConstant dim) { |
| 769 | return MakeShape({dim}); |
| 770 | } |
| 771 | |
| 772 | ShapeHandle InferenceContext::Matrix(DimensionOrConstant dim1, |
| 773 | DimensionOrConstant dim2) { |