Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DExecutionBurstServer.cpp177 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
179 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
180 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()
181 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()
182 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
DExecutionBurstController.cpp166 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local
168 const uint32_t packetSize = packetInfo.packetSize; in deserialize()
169 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()
170 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()