| 463 | } |
| 464 | |
| 465 | uint32_t Convolution3dDescriptor::GetNumInputs() const |
| 466 | { |
| 467 | return armnn::GetNumInputs(m_BiasEnabled); |
| 468 | } |
| 469 | |
| 470 | uint32_t Convolution2dDescriptor::GetNumInputs() const |
| 471 | { |
nothing calls this directly
no test coverage detected