Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DExecutionBurstServer.cpp201 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
204 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
205 const DataLocation location = operandInfo.location; in deserialize()
206 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
242 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local
245 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()
246 const DataLocation location = operandInfo.location; in deserialize()
247 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
DExecutionBurstController.cpp187 const FmqResultDatum::OperandInformation& operandInfo = data[index].operandInformation(); in deserialize() local
189 const bool isSufficient = operandInfo.isSufficient; in deserialize()
190 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()