Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstUtils.cpp200 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
202 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
203 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()
204 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()
205 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
338 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
340 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
341 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()
342 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()