Searched refs:RefTensorHandleFactory (Results 1 – 8 of 8) sorted by relevance
16 const FactoryId& RefTensorHandleFactory::GetIdStatic() in GetIdStatic()22 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateSubTensorHandle(ITensorHandle& parent, in CreateSubTensorHandle()30 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle()35 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle()42 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle()55 std::unique_ptr<ITensorHandle> RefTensorHandleFactory::CreateTensorHandle(const TensorInfo& tensorI… in CreateTensorHandle()70 const FactoryId& RefTensorHandleFactory::GetId() const in GetId()75 bool RefTensorHandleFactory::SupportsSubTensors() const in SupportsSubTensors()80 MemorySourceFlags RefTensorHandleFactory::GetExportFlags() const in GetExportFlags()85 MemorySourceFlags RefTensorHandleFactory::GetImportFlags() const in GetImportFlags()
40 …tensorHandleFactoryRegistry.RegisterFactory(std::make_unique<RefTensorHandleFactory>(memoryManager… in CreateWorkloadFactory()83 return std::vector<ITensorHandleFactory::FactoryId> { RefTensorHandleFactory::GetIdStatic() }; in GetHandleFactoryPreferences()91 registry.RegisterFactory(std::make_unique<RefTensorHandleFactory>(memoryManager)); in RegisterTensorHandleFactories()
17 class RefTensorHandleFactory : public ITensorHandleFactory class21 RefTensorHandleFactory(std::shared_ptr<RefMemoryManager> mgr) in RefTensorHandleFactory() function in armnn::RefTensorHandleFactory
20 RefTensorHandleFactory.cpp21 RefTensorHandleFactory.hpp
23 RefTensorHandleFactory.cpp \
61 …tensorHandleFactoryRegistry.RegisterFactory(std::make_unique<RefTensorHandleFactory>(memoryManager… in CreateWorkloadFactory()104 return std::vector<ITensorHandleFactory::FactoryId> { RefTensorHandleFactory::GetIdStatic() }; in GetHandleFactoryPreferences()112 registry.RegisterFactory(std::make_unique<RefTensorHandleFactory>(memoryManager)); in RegisterTensorHandleFactories()
52 RefTensorHandleFactory handleFactory(memoryManager); in BOOST_AUTO_TEST_CASE()90 RefTensorHandleFactory handleFactory(memoryManager); in BOOST_AUTO_TEST_CASE()147 RefTensorHandleFactory handleFactory(memoryManager); in BOOST_AUTO_TEST_CASE()164 RefTensorHandleFactory handleFactory(memoryManager); in BOOST_AUTO_TEST_CASE()
33 static armnn::RefTensorHandleFactory GetTensorHandleFactory( in GetTensorHandleFactory()37 …return armnn::RefTensorHandleFactory(std::static_pointer_cast<armnn::RefMemoryManager>(memoryManag… in GetTensorHandleFactory()