Searched refs:logicalBinaryLayer (Results 1 – 1 of 1) sorted by relevance
1645 …armnn::IConnectableLayer* const logicalBinaryLayer = network->AddLogicalBinaryLayer(descriptor, la… in BOOST_AUTO_TEST_CASE() local1648 inputLayer0->GetOutputSlot(0).Connect(logicalBinaryLayer->GetInputSlot(0)); in BOOST_AUTO_TEST_CASE()1649 inputLayer1->GetOutputSlot(0).Connect(logicalBinaryLayer->GetInputSlot(1)); in BOOST_AUTO_TEST_CASE()1650 logicalBinaryLayer->GetOutputSlot(0).Connect(outputLayer->GetInputSlot(0)); in BOOST_AUTO_TEST_CASE()1654 logicalBinaryLayer->GetOutputSlot(0).SetTensorInfo(outputInfo); in BOOST_AUTO_TEST_CASE()