Searched defs:OptimizerOptionsOpaqueImpl (Results 1 – 1 of 1) sorted by relevance
296 struct OptimizerOptionsOpaqueImpl struct300 explicit OptimizerOptionsOpaqueImpl() in OptimizerOptionsOpaqueImpl() argument314 explicit OptimizerOptionsOpaqueImpl(bool reduceFp32ToFp16, bool debug, bool reduceFp32ToBf16, in OptimizerOptionsOpaqueImpl() argument330 explicit OptimizerOptionsOpaqueImpl(bool reduceFp32ToFp16, bool debug, bool reduceFp32ToBf16, in OptimizerOptionsOpaqueImpl() function352 bool m_ReduceFp32ToFp16 = false;355 bool m_Debug = false;358 bool m_DebugToFile = false;362 bool m_ReduceFp32ToBf16 = false;365 ShapeInferenceMethod m_shapeInferenceMethod = armnn::ShapeInferenceMethod::ValidateOnly;368 bool m_ImportEnabled = false;[all …]