MCPcopy Create free account
hub / github.com/ARM-software/armnn / Optimize

Function Optimize

src/armnn/Network.cpp:2014–2025  ·  view source on GitHub ↗

Forwarding function to remain backward compatible with legacy OptimizerOptions

Source from the content-addressed store, hash-verified

2012
2013// Forwarding function to remain backward compatible with legacy OptimizerOptions
2014IOptimizedNetworkPtr Optimize(const Graph& inGraph,
2015 const std::vector<BackendId>& backendPreferences,
2016 const IDeviceSpec& deviceSpec,
2017 const OptimizerOptions& options,
2018 Optional<std::vector<std::string>&> messages)
2019{
2020 return Optimize(inGraph,
2021 backendPreferences,
2022 deviceSpec,
2023 OptimizerOptionsOpaque(options),
2024 messages);
2025}
2026
2027IOptimizedNetworkPtr Optimize(const Graph& inGraph,
2028 const std::vector<BackendId>& backendPreferences,

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ArmnnNetworkExecutorMethod · 0.85
CreateMethod · 0.85
CreateMethod · 0.85
SetupMethod · 0.85
SetupMethod · 0.85
SetupOptimizedNetworkMethod · 0.85

Calls 15

MakeOptimizationsFunction · 0.85
countFunction · 0.85
ApplySme2ShapePolicyFunction · 0.85
ReportErrorFunction · 0.85
CreateSupportedBackendsFunction · 0.85
CheckFp16SupportFunction · 0.85
CheckFastMathSupportFunction · 0.85
IsTfLiteTurboModelFunction · 0.85
AssignBackendsFunction · 0.85
CreateDirectoryFunction · 0.85

Tested by 15

SetupMethod · 0.68
QLstmEndToEndFunction · 0.68
GetSoftmaxProfilerJsonFunction · 0.68
ConstantUsageTestFunction · 0.68
EndToEndLayerTestImplFunction · 0.68
ImportAlignedPointerTestFunction · 0.68
ImportOnlyWorkloadFunction · 0.68