| 1294 | } |
| 1295 | |
| 1296 | bool can_run(const HeartMuLaWeightsRuntime & runtime, int64_t batch_size, int64_t required_capacity) const { |
| 1297 | return runtime_ == &runtime && batch_size_ == batch_size && cache_steps_ >= required_capacity; |
| 1298 | } |
| 1299 | |
| 1300 | int64_t current_end() const noexcept { |
| 1301 | return step_cache_.current_end(); |
no outgoing calls
no test coverage detected