Home
last modified time | relevance | path

Searched defs:backendId (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/armnn/src/armnn/
H A DProfiling.hpp136 ScopedProfilingEvent(const BackendId& backendId, in ScopedProfilingEvent()
204 #define ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS_UNIQUE_LOC_INNER(lineNumber, backendId, guid,… argument
207 #define ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS_UNIQUE_LOC(lineNumber, backendId, guid, /*nam… argument
217 #define ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS(backendId, guid, /*name,*/ ...) \ argument
220 #define ARMNN_SCOPED_PROFILING_EVENT(backendId, name) \ argument
223 #define ARMNN_SCOPED_PROFILING_EVENT_GUID(backendId, name, guid) \ argument
H A DProfiling.cpp206 const BackendId& backendId, in BeginEvent()
635 Event* IProfiler::BeginEvent(const BackendId& backendId, in BeginEvent()
H A DLoadedNetwork.cpp247 auto const& backendId = layer->GetBackendId(); in LoadedNetwork() local
551 const BackendId& backendId = backendMemoryProfile.first; in LoadedNetwork() local
2255 BackendId backendId = layer->GetBackendId(); in CreateMemoryProfileAsync() local
2382 BackendId backendId = layer->GetBackendId(); in CreateMemoryProfile() local
H A DProfilingEvent.cpp14 const BackendId backendId, in Event()
H A DBackendRegistry.cpp90 for (auto& backendId : GetBackendIds()) in GetBackendIdsAsString() local
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DReduceMultipleAxesTests.cpp49 Compute backendId) in ReduceWithMultipleAxesTest()
116 void ReduceSumWithTwoAxesKeepDimsTest(Compute backendId) in ReduceSumWithTwoAxesKeepDimsTest()
148 void ReduceSumWithTwoAxesTest(Compute backendId) in ReduceSumWithTwoAxesTest()
180 void ReduceSumWithThreeAxesKeepDimsTest(Compute backendId) in ReduceSumWithThreeAxesKeepDimsTest()
215 void ReduceSumWithThreeAxesTest(Compute backendId) in ReduceSumWithThreeAxesTest()
H A DPermuteDepthwiseConv2dWeightsTests.cpp43 Compute backendId) in PermuteDepthwiseConv2dWeightsTestRunner()
77 void PermuteDepthwiseConv2dWeightsTest(Compute backendId) in PermuteDepthwiseConv2dWeightsTest()
H A DFoldPadIntoQuantizedAveragePooling2DTests.cpp18 void FoldPadIntoQuantizedAvgPoolTest(Compute backendId) in FoldPadIntoQuantizedAvgPoolTest()
H A DFuseActivationTests.cpp453 …toPreviousLayerTest(ActivationDescriptor activationDescriptor, float tolerance, Compute backendId, in FuseActivationIntoPreviousLayerTest()
590 bool FuseActivationSimpleTest(ActivationDescriptor activationDescriptor, Compute backendId, in FuseActivationSimpleTest()
H A DFuseBatchNormTests.cpp216 void FuseBatchNormIntoConvTest(bool depthwise, float tolerance, armnn::Compute backendId) in FuseBatchNormIntoConvTest()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DDynamicBackend.cpp29 BackendId backendId = GetBackendId(); in DynamicBackend() local
49 const char* backendId = m_BackendIdFunction(); in GetBackendId() local
H A DWorkloadFactory.cpp70 bool IWorkloadFactory::IsLayerConfigurationSupported(const BackendId& backendId, in IsLayerConfigurationSupported()
1548 bool IWorkloadFactory::IsLayerSupported(const BackendId& backendId, in IsLayerSupported()
1578 bool IWorkloadFactory::IsLayerSupported(const BackendId& backendId, in IsLayerSupported()
/aosp_15_r20/external/armnn/profiling/client/src/
H A DPeriodicCounterCapture.cpp63 const std::string& backendId, const std::vector<Timestamp>& timestampValues) in DispatchPeriodicCounterCapturePacket()
132 { in Capture()
H A DPeriodicCounterSelectionCommandHandler.cpp180 auto backendId = m_CounterIdMap.GetBackendId(counterId); in ProcessBackendCounterIds() local
189 auto backendId = m_CounterIdMap.GetBackendId(counterId); in ProcessBackendCounterIds() local
H A DRegisterBackendCounters.hpp26 …uint16_t currentMaxGlobalCounterID, const std::string& backendId, IProfilingService& profilingServ… in RegisterBackendCounters()
H A DCounterIdMap.cpp19 const std::string& backendId) in RegisterMapping()
H A DPeriodicCounterSelectionCommandHandler.hpp80 void ActivateBackendCounters(const std::string backendId, in ActivateBackendCounters()
H A DProfilingService.cpp219 const std::string& backendId, in AddBackendProfilingContext()
/aosp_15_r20/external/armnn/profiling/client/src/backends/
H A DIBackendProfiling.cpp18const std::string& backendId) in CreateBackendProfiling()
H A DBackendProfiling.hpp22 const std::string& backendId) in BackendProfiling()
/aosp_15_r20/external/armnn/include/armnn/
H A DBackendHelper.hpp35 …xplicit LayerSupportHandle(std::shared_ptr<ILayerSupport> layerSupport, const BackendId& backendId) in LayerSupportHandle()
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DCommonTestUtils.cpp72 armnn::IBackendInternalUniquePtr CreateBackendObject(const armnn::BackendId& backendId) in CreateBackendObject()
/aosp_15_r20/external/armnn/profiling/common/include/
H A DCounter.hpp21 Counter(const std::string& backendId, in Counter()
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingMocks.hpp511 const Counter* RegisterCounter(const std::string& backendId, in RegisterCounter()
692 const std::string& backendId) in RegisterMapping()
/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/
H A DNetworkExecutionUtils.hpp53 for (const auto& backendId : backendIds) in CheckRequestedBackendsAreValid() local

12