Returns a new dimension of the given size. The returned value is owned by this context.
| 498 | // Returns a new dimension of the given size. The returned value is owned by |
| 499 | // this context. |
| 500 | inline DimensionHandle MakeDim(DimensionOrConstant d) { |
| 501 | return shape_manager_.MakeDim(d); |
| 502 | } |
| 503 | |
| 504 | inline DimensionHandle UnknownDim() { return MakeDim(kUnknownDim); } |
| 505 |
no outgoing calls