Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstUtils.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()
261 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
264 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
265 const V1_0::DataLocation location = operandInfo.location; in deserialize()
266 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
359 const FmqResultDatum::OperandInformation& operandInfo = data[index].operandInformation(); in deserialize() local
361 const bool isSufficient = operandInfo.isSufficient; in deserialize()
[all …]