| 623 | */ |
| 624 | template <typename TensorType> |
| 625 | void set_tensor_dynamic(TensorType &t) |
| 626 | { |
| 627 | t.info()->set_tensor_dims_state(construct_dynamic_dims_state()); |
| 628 | } |
| 629 | |
| 630 | /** Set the dimension states of the given tensor to state |
| 631 | * |
nothing calls this directly
no test coverage detected