| 161 | size_t cand_index = UINT_MAX; |
| 162 | |
| 163 | bool shape_valid() { |
| 164 | MGB_LOCK_GUARD(lock); |
| 165 | return desc.layout.ndim; |
| 166 | } |
| 167 | |
| 168 | void update_layout(const TensorLayout& layout) { |
| 169 | MGB_LOCK_GUARD(lock); |
no outgoing calls
no test coverage detected