Home
last modified time | relevance | path

Searched refs:GetTensorHandleFactoryId (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DCompatibilityTests.cpp79 BOOST_TEST(inputLayerOut.GetTensorHandleFactoryId() == "Arm/Cl/TensorHandleFactory"); in BOOST_AUTO_TEST_CASE()
80 BOOST_TEST(softmaxLayer1Out.GetTensorHandleFactoryId() == "Arm/Cl/TensorHandleFactory"); in BOOST_AUTO_TEST_CASE()
81 BOOST_TEST(softmaxLayer2Out.GetTensorHandleFactoryId() == "Arm/Cl/TensorHandleFactory"); in BOOST_AUTO_TEST_CASE()
82 BOOST_TEST(softmaxLayer3Out.GetTensorHandleFactoryId() == "Arm/Cl/TensorHandleFactory"); in BOOST_AUTO_TEST_CASE()
83 BOOST_TEST(softmaxLayer4Out.GetTensorHandleFactoryId() == "Arm/Cl/TensorHandleFactory"); in BOOST_AUTO_TEST_CASE()
/external/armnn/src/armnn/test/
DTensorHandleStrategyTest.cpp354 BOOST_TEST(inputLayerOut.GetTensorHandleFactoryId() == "TestHandleFactoryA1"); in BOOST_AUTO_TEST_CASE()
355 BOOST_TEST(softmaxLayer1Out.GetTensorHandleFactoryId() == "TestHandleFactoryB1"); in BOOST_AUTO_TEST_CASE()
356 BOOST_TEST(softmaxLayer2Out.GetTensorHandleFactoryId() == "TestHandleFactoryB1"); in BOOST_AUTO_TEST_CASE()
357 BOOST_TEST(softmaxLayer3Out.GetTensorHandleFactoryId() == "TestHandleFactoryC1"); in BOOST_AUTO_TEST_CASE()
358 BOOST_TEST(softmaxLayer4Out.GetTensorHandleFactoryId() == "TestHandleFactoryD1"); in BOOST_AUTO_TEST_CASE()
/external/armnn/src/armnn/layers/
DSplitterLayer.cpp94 ITensorHandleFactory::FactoryId factoryId = outSlot.GetTensorHandleFactoryId(); in CreateTensors()
135 factoryId == slot->GetTensorHandleFactoryId() && //(2) in CreateTensors()
183 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
DConcatLayer.cpp57 ITensorHandleFactory::FactoryId factoryId = GetOutputSlot(0).GetTensorHandleFactoryId(); in CreateTensors()
126 factoryId == slot->GetTensorHandleFactoryId() && //(2) in CreateTensors()
185 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
/external/armnn/src/armnn/
DLayer.cpp176 ITensorHandleFactory::FactoryId OutputSlot::GetTensorHandleFactoryId() const in GetTensorHandleFactoryId() function in armnn::OutputSlot
258 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
DLayer.hpp161 ITensorHandleFactory::FactoryId GetTensorHandleFactoryId() const;
DGraph.cpp385 auto srcPref = srcOutputSlot.GetTensorHandleFactoryId(); in AddCompatibilityLayers()