| 626 | } |
| 627 | |
| 628 | Status InferenceContext::Subshape(ShapeHandle s, int64 start, |
| 629 | ShapeHandle* out) { |
| 630 | return Subshape(s, start, std::numeric_limits<int64>::max() /* end */, out); |
| 631 | } |
| 632 | |
| 633 | Status InferenceContext::Subshape(ShapeHandle s, int64 start, int64 end, |
| 634 | ShapeHandle* out) { |