Home
last modified time | relevance | path

Searched refs:RefTensorHandleFactory (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefTensorHandleFactory.cpp16 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()
H A DRefBackend.cpp43 …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()
H A DRefTensorHandleFactory.hpp17 class RefTensorHandleFactory : public ITensorHandleFactory class
21 RefTensorHandleFactory(std::shared_ptr<RefMemoryManager> mgr) in RefTensorHandleFactory() function in armnn::RefTensorHandleFactory
H A DCMakeLists.txt20 RefTensorHandleFactory.cpp
21 RefTensorHandleFactory.hpp
H A Dbackend.mk23 RefTensorHandleFactory.cpp \
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefBackendTests.cpp25 CHECK((registry.GetMatchingImportFactoryId(RefTensorHandleFactory::GetIdStatic()) ==
26 RefTensorHandleFactory::GetIdStatic()));
37 CHECK((registry.GetMatchingImportFactoryId(RefTensorHandleFactory::GetIdStatic()) ==
38 RefTensorHandleFactory::GetIdStatic()));
H A DRefTensorHandleTests.cpp71 RefTensorHandleFactory handleFactory(memoryManager);
115 RefTensorHandleFactory handleFactory(memoryManager);
173 RefTensorHandleFactory handleFactory(memoryManager);
190 RefTensorHandleFactory handleFactory(memoryManager);
H A DRefWorkloadFactoryHelper.hpp35 static armnn::RefTensorHandleFactory GetTensorHandleFactory( in GetTensorHandleFactory()
39 …return armnn::RefTensorHandleFactory(armnn::PolymorphicPointerDowncast<armnn::RefMemoryManager>(me… in GetTensorHandleFactory()
H A DRefCreateWorkloadTests.cpp1284 const RefTensorHandleFactory tensorHandleFactory(memoryManager); in RefCreateActivationWorkloadReplaceFunctionsTest()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/mockBackend/
H A DMockImportBackend.cpp61 …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()
/aosp_15_r20/external/armnn/
H A DLICENSE.spdx15124 FileName: ./src/backends/reference/RefTensorHandleFactory.cpp
15131 FileName: ./src/backends/reference/RefTensorHandleFactory.hpp