Home
last modified time | relevance | path

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

12

/external/armnn/src/armnn/test/optimizations/
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()
DPermuteDepthwiseConv2dWeightsTests.cpp43 Compute backendId) in PermuteDepthwiseConv2dWeightsTestRunner()
77 void PermuteDepthwiseConv2dWeightsTest(Compute backendId) in PermuteDepthwiseConv2dWeightsTest()
DFoldPadIntoQuantizedAveragePooling2DTests.cpp18 void FoldPadIntoQuantizedAvgPoolTest(Compute backendId) in FoldPadIntoQuantizedAvgPoolTest()
DFuseBatchNormTests.cpp216 void FuseBatchNormIntoConvTest(bool depthwise, float tolerance, armnn::Compute backendId) in FuseBatchNormIntoConvTest()
/external/armnn/src/armnn/
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
DProfilingEvent.cpp14 const BackendId backendId, in Event()
DBackendRegistry.cpp90 for (auto& backendId : GetBackendIds()) in GetBackendIdsAsString() local
DProfiling.cpp206 const BackendId& backendId, in BeginEvent()
635 Event* IProfiler::BeginEvent(const BackendId& backendId, in BeginEvent()
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
DLayer.cpp509 std::string backendId = std::string(m_BackendId); in SerializeLayerParameters() local
/external/armnn/src/backends/backendsCommon/
DDynamicBackend.cpp29 BackendId backendId = GetBackendId(); in DynamicBackend() local
49 const char* backendId = m_BackendIdFunction(); in GetBackendId() local
/external/armnn/profiling/client/src/
DPeriodicCounterCapture.cpp63 const std::string& backendId, const std::vector<Timestamp>& timestampValues) in DispatchPeriodicCounterCapturePacket()
132 { in Capture()
DPeriodicCounterSelectionCommandHandler.cpp180 auto backendId = m_CounterIdMap.GetBackendId(counterId); in ProcessBackendCounterIds() local
189 auto backendId = m_CounterIdMap.GetBackendId(counterId); in ProcessBackendCounterIds() local
DRegisterBackendCounters.hpp26 …uint16_t currentMaxGlobalCounterID, const std::string& backendId, IProfilingService& profilingServ… in RegisterBackendCounters()
DCounterIdMap.cpp19 const std::string& backendId) in RegisterMapping()
DPeriodicCounterSelectionCommandHandler.hpp80 void ActivateBackendCounters(const std::string backendId, in ActivateBackendCounters()
DProfilingService.cpp219 const std::string& backendId, in AddBackendProfilingContext()
/external/armnn/profiling/client/src/backends/
DIBackendProfiling.cpp18const std::string& backendId) in CreateBackendProfiling()
DBackendProfiling.hpp22 const std::string& backendId) in BackendProfiling()
/external/armnn/include/armnn/
DBackendHelper.hpp35 …xplicit LayerSupportHandle(std::shared_ptr<ILayerSupport> layerSupport, const BackendId& backendId) in LayerSupportHandle()
/external/armnn/profiling/common/include/
DCounter.hpp21 Counter(const std::string& backendId, in Counter()
/external/armnn/src/armnnTestUtils/
DCommonTestUtils.cpp72 armnn::IBackendInternalUniquePtr CreateBackendObject(const armnn::BackendId& backendId) in CreateBackendObject()
/external/armnn/tests/NetworkExecutionUtils/
DNetworkExecutionUtils.hpp53 for (const auto& backendId : backendIds) in CheckRequestedBackendsAreValid() local
/external/armnn/src/profiling/test/
DProfilingMocks.hpp511 const Counter* RegisterCounter(const std::string& backendId, in RegisterCounter()
692 const std::string& backendId) in RegisterMapping()
/external/armnn/src/timelineDecoder/tests/
DJSONTimelineDecoderTests.cpp40 arm::pipe::ITimelineDecoder::Label backendId; in RunSimpleModelThroughDecoder() local

12