Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp222 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
225 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
226 const V1_0::DataLocation location = operandInfo.location; in deserialize()
227 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
263 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
266 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
267 const V1_0::DataLocation location = operandInfo.location; in deserialize()
268 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
365 const FmqResultDatum::OperandInformation& operandInfo = data.at(index).operandInformation(); in deserialize() local
367 const bool isSufficient = operandInfo.isSufficient; in deserialize()
[all …]