| 536 | } |
| 537 | |
| 538 | unsigned int GetOutputSize(unsigned int outputIndex = 0u) const |
| 539 | { |
| 540 | CheckOutputIndexIsValid(outputIndex); |
| 541 | return m_OutputBindings[outputIndex].second.GetNumElements(); |
| 542 | } |
| 543 | |
| 544 | std::chrono::duration<double, std::milli> Run( |
| 545 | const std::vector<armnnUtils::TContainer>& inputContainers, |