| 502 | } |
| 503 | |
| 504 | inline DimensionHandle UnknownDim() { return MakeDim(kUnknownDim); } |
| 505 | |
| 506 | // Returns in <val> a scalar value from an input tensor <t>. The input tensor |
| 507 | // must be a 1-dimensional int32 or int64 tensor. Caller must ensure that the |
no outgoing calls