Searched defs:networkOptions (Results 1 – 7 of 7) sorted by relevance
20 …OptimizationViews(const NetworkOptions& networkOptions = {}) : m_INetwork(INetwork::Create(network… in OptimizationViews()
54 NetworkOptions networkOptions; in Convert() local
71 NetworkOptions networkOptions; in Convert() local
44 INetwork::INetwork(NetworkOptions networkOptions) : pNetworkImpl(new NetworkImpl(networkOptions)) {} in INetwork()647 armnn::INetwork* INetwork::CreateRaw(const NetworkOptions& networkOptions) in CreateRaw()652 armnn::INetworkPtr INetwork::Create(const NetworkOptions& networkOptions) in Create()2042 NetworkImpl::NetworkImpl(const NetworkOptions& networkOptions) in NetworkImpl()
338 …armnn::NetworkOptions networkOptions = delegate->m_Options.GetOptimizerOptions().GetModelOptions(); in Create() local
406 …armnn::NetworkOptions networkOptions = delegate->m_Options.GetOptimizerOptions().GetModelOptions(); in Create() local
952 NetworkOptions networkOptions = {}; in CreateNetworkFromModel() local