/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Profiling.hpp | 136 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 D | Profiling.cpp | 206 const BackendId& backendId, in BeginEvent() 635 Event* IProfiler::BeginEvent(const BackendId& backendId, in BeginEvent()
|
H A D | LoadedNetwork.cpp | 247 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 D | ProfilingEvent.cpp | 14 const BackendId backendId, in Event()
|
H A D | BackendRegistry.cpp | 90 for (auto& backendId : GetBackendIds()) in GetBackendIdsAsString() local
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | ReduceMultipleAxesTests.cpp | 49 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 D | PermuteDepthwiseConv2dWeightsTests.cpp | 43 Compute backendId) in PermuteDepthwiseConv2dWeightsTestRunner() 77 void PermuteDepthwiseConv2dWeightsTest(Compute backendId) in PermuteDepthwiseConv2dWeightsTest()
|
H A D | FoldPadIntoQuantizedAveragePooling2DTests.cpp | 18 void FoldPadIntoQuantizedAvgPoolTest(Compute backendId) in FoldPadIntoQuantizedAvgPoolTest()
|
H A D | FuseActivationTests.cpp | 453 …toPreviousLayerTest(ActivationDescriptor activationDescriptor, float tolerance, Compute backendId, in FuseActivationIntoPreviousLayerTest() 590 bool FuseActivationSimpleTest(ActivationDescriptor activationDescriptor, Compute backendId, in FuseActivationSimpleTest()
|
H A D | FuseBatchNormTests.cpp | 216 void FuseBatchNormIntoConvTest(bool depthwise, float tolerance, armnn::Compute backendId) in FuseBatchNormIntoConvTest()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | DynamicBackend.cpp | 29 BackendId backendId = GetBackendId(); in DynamicBackend() local 49 const char* backendId = m_BackendIdFunction(); in GetBackendId() local
|
H A D | WorkloadFactory.cpp | 70 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 D | PeriodicCounterCapture.cpp | 63 const std::string& backendId, const std::vector<Timestamp>& timestampValues) in DispatchPeriodicCounterCapturePacket() 132 { in Capture()
|
H A D | PeriodicCounterSelectionCommandHandler.cpp | 180 auto backendId = m_CounterIdMap.GetBackendId(counterId); in ProcessBackendCounterIds() local 189 auto backendId = m_CounterIdMap.GetBackendId(counterId); in ProcessBackendCounterIds() local
|
H A D | RegisterBackendCounters.hpp | 26 …uint16_t currentMaxGlobalCounterID, const std::string& backendId, IProfilingService& profilingServ… in RegisterBackendCounters()
|
H A D | CounterIdMap.cpp | 19 const std::string& backendId) in RegisterMapping()
|
H A D | PeriodicCounterSelectionCommandHandler.hpp | 80 void ActivateBackendCounters(const std::string backendId, in ActivateBackendCounters()
|
H A D | ProfilingService.cpp | 219 const std::string& backendId, in AddBackendProfilingContext()
|
/aosp_15_r20/external/armnn/profiling/client/src/backends/ |
H A D | IBackendProfiling.cpp | 18 … const std::string& backendId) in CreateBackendProfiling()
|
H A D | BackendProfiling.hpp | 22 const std::string& backendId) in BackendProfiling()
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | BackendHelper.hpp | 35 …xplicit LayerSupportHandle(std::shared_ptr<ILayerSupport> layerSupport, const BackendId& backendId) in LayerSupportHandle()
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | CommonTestUtils.cpp | 72 armnn::IBackendInternalUniquePtr CreateBackendObject(const armnn::BackendId& backendId) in CreateBackendObject()
|
/aosp_15_r20/external/armnn/profiling/common/include/ |
H A D | Counter.hpp | 21 Counter(const std::string& backendId, in Counter()
|
/aosp_15_r20/external/armnn/src/profiling/test/ |
H A D | ProfilingMocks.hpp | 511 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 D | NetworkExecutionUtils.hpp | 53 for (const auto& backendId : backendIds) in CheckRequestedBackendsAreValid() local
|