Home
last modified time | relevance | path

Searched refs:m_BackendId (Results 1 – 13 of 13) sorted by relevance

/external/armnn/src/armnn/
DProfilingEvent.cpp20 , m_BackendId(backendId) in Event()
30 , m_BackendId(other.m_BackendId) in Event()
91 return m_BackendId; in GetBackendId()
110 m_BackendId = other.m_BackendId; in operator =()
DLayer.hpp277 const BackendId& GetBackendId() const { return m_BackendId; } in GetBackendId()
278 void SetBackendId(const BackendId& id) override { m_BackendId = id; } in SetBackendId()
436 BackendId m_BackendId; member in armnn::Layer
DBackendHelper.cpp356 if (!m_BackendId.IsUndefined()) in IsConvolution2dSupported()
358 capability = GetCapability("NonConstWeights", m_BackendId); in IsConvolution2dSupported()
458 if (!m_BackendId.IsUndefined()) in IsDepthwiseConvolutionSupported()
460 capability = GetCapability("NonConstWeights", m_BackendId); in IsDepthwiseConvolutionSupported()
546 if (!m_BackendId.IsUndefined()) in IsDilatedDepthwiseConvolutionSupported()
548 capability = GetCapability("NonConstWeights", m_BackendId); in IsDilatedDepthwiseConvolutionSupported()
687 if (!m_BackendId.IsUndefined()) in IsFullyConnectedSupported()
689 capability = GetCapability("NonConstWeights", m_BackendId); in IsFullyConnectedSupported()
DProfilingEvent.hpp99 BackendId m_BackendId; member in armnn::Event
DLoadedNetwork.cpp2216 BackendId m_BackendId; in CreateMemoryProfileAsync() member
2271 partialBlock.m_BackendId = backendId; in CreateMemoryProfileAsync()
2275 m_MemBlockMap[partialBlock.m_BackendId].emplace_back(partialBlock.m_StartOfLife, in CreateMemoryProfileAsync()
2310 m_MemBlockMap[partialBlock.m_BackendId].emplace_back(partialBlock.m_StartOfLife, in CreateMemoryProfileAsync()
2343 BackendId m_BackendId; in CreateMemoryProfile() member
2403 partialBlock.m_BackendId = backendId; in CreateMemoryProfile()
2407 m_MemBlockMap[partialBlock.m_BackendId].emplace_back(partialBlock.m_StartOfLife, in CreateMemoryProfile()
2456 m_MemBlockMap[partialBlock.m_BackendId].emplace_back(partialBlock.m_StartOfLife, in CreateMemoryProfile()
DLayer.cpp229 , m_BackendId() in Layer()
509 std::string backendId = std::string(m_BackendId); in SerializeLayerParameters()
/external/armnn/profiling/client/src/backends/
DBackendProfiling.cpp19 RegisterBackendCounters(currentMaxGlobalCounterID, m_BackendId, m_ProfilingService)); in GetCounterRegistrationInterface()
42 backendCounterValue.counterId, m_BackendId); in ReportCounters()
53 …obalCounterId = m_ProfilingService.GetCounterMappings().GetGlobalId(backendCounterId, m_BackendId); in GetCounterStatus()
78 if (backendCounterIdPair.second == m_BackendId) in GetActiveCounters()
DBackendProfiling.hpp25 m_BackendId(backendId) {} in BackendProfiling()
48 std::string m_BackendId; member in arm::pipe::BackendProfiling
/external/armnn/src/backends/backendsCommon/test/
DTestDynamicBackend.cpp59 : m_BackendId(TestDynamicBackendId()) in TestDynamicBackend()
64 return m_BackendId; in GetId()
77 armnn::BackendId m_BackendId; member in TestDynamicBackend
/external/armnn/profiling/client/src/
DRegisterBackendCounters.cpp48 const Counter* counterPtr = m_CounterDirectory.RegisterCounter(m_BackendId, in RegisterCounter()
66 counterIdMap.RegisterMapping(globalCounterId, uid, m_BackendId); in RegisterCounter()
75 counterIdMap.RegisterMapping(globalCounterId, backendCounterId, m_BackendId); in RegisterCounter()
DRegisterBackendCounters.hpp28 m_BackendId(backendId), in RegisterBackendCounters()
60 const std::string& m_BackendId; member in arm::pipe::RegisterBackendCounters
/external/armnn/profiling/common/include/
DCounter.hpp32 : m_BackendId(backendId) in Counter()
46 std::string m_BackendId; member in arm::pipe::Counter
/external/armnn/include/armnn/
DBackendHelper.hpp33 : m_LayerSupport(std::move(layerSupport)), m_BackendId(Compute::Undefined) {}; in LayerSupportHandle()
36 : m_LayerSupport(std::move(layerSupport)), m_BackendId(backendId) {}; in LayerSupportHandle()
446 const BackendId m_BackendId; member in armnn::LayerSupportHandle