| 731 | } |
| 732 | |
| 733 | ShapeHandle InferenceContext::MakeShape( |
| 734 | const std::vector<DimensionHandle>& dims) { |
| 735 | return shape_manager_.MakeShape(dims); |
| 736 | } |
| 737 | |
| 738 | ShapeHandle InferenceContext::MakeShape( |
| 739 | std::initializer_list<DimensionOrConstant> dims) { |