Searched refs:RefTensorHandleFactory (Results 1 – 11 of 11) 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()
43 …std::unique_ptr<RefTensorHandleFactory> factory = std::make_unique<RefTensorHandleFactory>(memoryM… in CreateWorkloadFactory()135 return std::vector<ITensorHandleFactory::FactoryId> { RefTensorHandleFactory::GetIdStatic() }; in GetHandleFactoryPreferences()144 …std::unique_ptr<RefTensorHandleFactory> factory = std::make_unique<RefTensorHandleFactory>(memoryM… 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 \
25 CHECK((registry.GetMatchingImportFactoryId(RefTensorHandleFactory::GetIdStatic()) ==26 RefTensorHandleFactory::GetIdStatic()));37 CHECK((registry.GetMatchingImportFactoryId(RefTensorHandleFactory::GetIdStatic()) ==38 RefTensorHandleFactory::GetIdStatic()));
71 RefTensorHandleFactory handleFactory(memoryManager);115 RefTensorHandleFactory handleFactory(memoryManager);173 RefTensorHandleFactory handleFactory(memoryManager);190 RefTensorHandleFactory handleFactory(memoryManager);
35 static armnn::RefTensorHandleFactory GetTensorHandleFactory( in GetTensorHandleFactory()39 …return armnn::RefTensorHandleFactory(armnn::PolymorphicPointerDowncast<armnn::RefMemoryManager>(me… in GetTensorHandleFactory()
1284 const RefTensorHandleFactory tensorHandleFactory(memoryManager); in RefCreateActivationWorkloadReplaceFunctionsTest()
61 …tensorHandleFactoryRegistry.RegisterFactory(std::make_unique<RefTensorHandleFactory>(memoryManager… in CreateWorkloadFactory()99 return std::vector<ITensorHandleFactory::FactoryId> { RefTensorHandleFactory::GetIdStatic() }; in GetHandleFactoryPreferences()107 registry.RegisterFactory(std::make_unique<RefTensorHandleFactory>(memoryManager)); in RegisterTensorHandleFactories()
15124 FileName: ./src/backends/reference/RefTensorHandleFactory.cpp15131 FileName: ./src/backends/reference/RefTensorHandleFactory.hpp