Home
last modified time | relevance | path

Searched defs:networkProperties (Results 1 – 15 of 15) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DEndToEndTestImpl.hpp222 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Undefined); in ImportNonAlignedInputPointerTest() local
291 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Malloc); in ExportNonAlignedOutputPointerTest() local
366 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Malloc); in ImportAlignedPointerTest() local
452 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Undefined); in ImportOnlyWorkload() local
542 INetworkProperties networkProperties(false, MemorySource::Undefined, MemorySource::Malloc); in ExportOnlyWorkload() local
632 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Malloc); in ImportAndExportWorkload() local
726 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Malloc); in ExportOutputWithSeveralOutputSlotConnectionsTest() local
862 INetworkProperties networkProperties(false, MemorySource::Undefined, MemorySource::Undefined); in ForceImportWithAlignedBuffersEndToEndTest() local
966 INetworkProperties networkProperties(false, MemorySource::Undefined, MemorySource::Undefined); in ForceImportWithMisalignedInputBuffersEndToEndTest() local
1089 INetworkProperties networkProperties(false, MemorySource::Undefined, MemorySource::Undefined); in ForceImportWithMisalignedOutputBuffersEndToEndTest() local
[all …]
DStridedSliceAsyncEndToEndTest.hpp47 …const INetworkProperties networkProperties(true, MemorySource::Undefined, MemorySource::Undefined); in AsyncThreadedEndToEndTestImpl() local
145 …const INetworkProperties networkProperties(true, MemorySource::Undefined, MemorySource::Undefined); in AsyncEndToEndTestImpl() local
/external/armnn/samples/
DPreImportMemorySample.cpp57 armnn::INetworkProperties networkProperties(true, MemorySource::Malloc, MemorySource::Malloc); in main() local
DAsyncExecutionSample.cpp96 …armnn::INetworkProperties networkProperties(true, MemorySource::Undefined, MemorySource::Undefined… in main() local
DCustomMemoryAllocatorSample.cpp139 INetworkProperties networkProperties(false, MemorySource::Malloc, MemorySource::Malloc); in main() local
/external/armnn/shim/sl/canonical/
DArmnnDriverImpl.cpp228 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in PrepareArmnnModel() local
527 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in PrepareArmnnModelFromCache() local
/external/armnn/src/armnn/
DRuntime.cpp77 const INetworkProperties& networkProperties) in LoadNetwork()
176 INetworkProperties networkProperties( in LoadNetwork() local
184 const INetworkProperties& networkProperties) in LoadNetwork()
DLoadedNetwork.cpp99 const INetworkProperties& networkProperties) in ValidateSourcesMatchOptimizedNetwork()
172const INetworkProperties& networkProperties, in MakeLoadedNetwork()
206 const INetworkProperties& networkProperties, in LoadedNetwork()
/external/android-nn-driver/1.2/
DArmnnDriverImpl.cpp236 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in prepareArmnnModel_1_2() local
615 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in prepareModelFromCache() local
/external/android-nn-driver/1.3/
DArmnnDriverImpl.cpp249 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in prepareArmnnModel_1_3() local
631 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in prepareModelFromCache_1_3() local
/external/android-nn-driver/
DArmnnDriverImpl.cpp174 armnn::INetworkProperties networkProperties(options.isAsyncModelExecutionEnabled(), in prepareModel() local
/external/armnn/delegate/classic/src/
Darmnn_delegate.cpp435 armnn::INetworkProperties networkProperties(false, in Create() local
/external/armnn/delegate/opaque/src/
Darmnn_delegate.cpp502 armnn::INetworkProperties networkProperties(false, in Create() local
/external/armnn/tests/ExecuteNetwork/
DArmNNExecutor.cpp43 INetworkProperties networkProperties{m_Params.m_Concurrent, in ArmNNExecutor() local
/external/armnn/tests/
DInferenceModel.hpp509 armnn::INetworkProperties networkProperties(params.m_AsyncEnabled, in InferenceModel() local