| 634 | */ |
| 635 | template <typename TensorType> |
| 636 | void set_tensor_static(TensorType &t) |
| 637 | { |
| 638 | t.info()->set_tensor_dims_state(construct_static_dims_state()); |
| 639 | } |
| 640 | |
| 641 | } // namespace test |
| 642 | } // namespace arm_compute |
nothing calls this directly
no test coverage detected