Home
last modified time | relevance | path

Searched refs:MockBackendProfilingContext (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DMockBackend.hpp29 class MockBackendProfilingContext : public profiling::IBackendProfilingContext class
32 MockBackendProfilingContext(IBackendInternal::IBackendProfilingPtr& backendProfiling) in MockBackendProfilingContext() function in armnn::MockBackendProfilingContext
38 ~MockBackendProfilingContext() = default;
129 MockBackendProfilingContext* GetContext() in GetContext()
134 void SetProfilingContextPtr(std::shared_ptr<MockBackendProfilingContext> shared) in SetProfilingContextPtr()
140 std::shared_ptr<MockBackendProfilingContext> m_sharedContext;
DBackendProfilingTests.cpp169 std::make_shared<armnn::MockBackendProfilingContext>(cpuBackendProfilingPtr); in BOOST_AUTO_TEST_CASE()
171 std::make_shared<armnn::MockBackendProfilingContext>(gpuBackendProfilingPtr); in BOOST_AUTO_TEST_CASE()
415 std::make_shared<armnn::MockBackendProfilingContext>(cpuBackendProfilingPtr); in BOOST_AUTO_TEST_CASE()
468 …armnn::MockBackendProfilingContext *mockBackEndProfilingContext = mockProfilingService.GetContext(… in BOOST_AUTO_TEST_CASE()
499 …armnn::MockBackendProfilingContext *mockBackEndProfilingContext = mockProfilingService.GetContext(… in BOOST_AUTO_TEST_CASE()
DMockBackend.cpp109 std::shared_ptr<armnn::MockBackendProfilingContext> context = in CreateBackendProfilingContext()
110 std::make_shared<MockBackendProfilingContext>(backendProfiling); in CreateBackendProfilingContext()
/external/armnn/tests/profiling/gatordmock/tests/
DGatordMockTests.cpp419 …armnn::MockBackendProfilingContext *mockBackEndProfilingContext = mockProfilingService.GetContext(… in BOOST_AUTO_TEST_CASE()