Searched refs:MockBackendProfilingContext (Results 1 – 4 of 4) sorted by relevance
29 class MockBackendProfilingContext : public profiling::IBackendProfilingContext class32 MockBackendProfilingContext(IBackendInternal::IBackendProfilingPtr& backendProfiling) in MockBackendProfilingContext() function in armnn::MockBackendProfilingContext38 ~MockBackendProfilingContext() = default;129 MockBackendProfilingContext* GetContext() in GetContext()134 void SetProfilingContextPtr(std::shared_ptr<MockBackendProfilingContext> shared) in SetProfilingContextPtr()140 std::shared_ptr<MockBackendProfilingContext> m_sharedContext;
169 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()
109 std::shared_ptr<armnn::MockBackendProfilingContext> context = in CreateBackendProfilingContext()110 std::make_shared<MockBackendProfilingContext>(backendProfiling); in CreateBackendProfilingContext()
419 …armnn::MockBackendProfilingContext *mockBackEndProfilingContext = mockProfilingService.GetContext(… in BOOST_AUTO_TEST_CASE()