Searched refs:GetTensorHandleFactoryId (Results 1 – 7 of 7) sorted by relevance
79 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()
354 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()
94 ITensorHandleFactory::FactoryId factoryId = outSlot.GetTensorHandleFactoryId(); in CreateTensors()135 factoryId == slot->GetTensorHandleFactoryId() && //(2) in CreateTensors()183 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
57 ITensorHandleFactory::FactoryId factoryId = GetOutputSlot(0).GetTensorHandleFactoryId(); in CreateTensors()126 factoryId == slot->GetTensorHandleFactoryId() && //(2) in CreateTensors()185 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
176 ITensorHandleFactory::FactoryId OutputSlot::GetTensorHandleFactoryId() const in GetTensorHandleFactoryId() function in armnn::OutputSlot258 ITensorHandleFactory::FactoryId factoryId = slot.GetTensorHandleFactoryId(); in CreateTensorHandles()
161 ITensorHandleFactory::FactoryId GetTensorHandleFactoryId() const;
385 auto srcPref = srcOutputSlot.GetTensorHandleFactoryId(); in AddCompatibilityLayers()