| 200 | } |
| 201 | |
| 202 | armnn::ShapeInferenceMethod OptimizerOptionsOpaque::GetShapeInferenceMethod() const |
| 203 | { |
| 204 | return p_OptimizerOptionsImpl->m_shapeInferenceMethod; |
| 205 | } |
| 206 | |
| 207 | const std::string OptimizerOptionsOpaque::ToString() const |
| 208 | { |
no test coverage detected