| 439 | } |
| 440 | |
| 441 | void ValidationOutputAccessor::reset() |
| 442 | { |
| 443 | _offset = 0; |
| 444 | _positive_samples_top1 = 0; |
| 445 | _positive_samples_top5 = 0; |
| 446 | } |
| 447 | |
| 448 | bool ValidationOutputAccessor::access_tensor(arm_compute::ITensor &tensor) |
| 449 | { |
no outgoing calls
no test coverage detected