Home
last modified time | relevance | path

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

/external/armnn/src/armnnSerializer/test/
DSerializerTestUtils.cpp49 const armnn::IOutputSlot* connectedOutput = layer->GetInputSlot(i).GetConnection(); in VerifyNameAndConnections() local
50 CHECK(connectedOutput); in VerifyNameAndConnections()
52 const armnn::TensorInfo& connectedInfo = connectedOutput->GetTensorInfo(); in VerifyNameAndConnections()