Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp206 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
209 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
210 const V1_0::DataLocation location = operandInfo.location; in deserialize()
211 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
249 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
252 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
253 const V1_0::DataLocation location = operandInfo.location; in deserialize()
254 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
DExecutionBurstController.cpp189 const FmqResultDatum::OperandInformation& operandInfo = data.at(index).operandInformation(); in deserialize() local
191 const bool isSufficient = operandInfo.isSufficient; in deserialize()
192 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()