Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp97 Operand::ExtraParams extraParams; in createModel() local
99 extraParams.channelQuant(SymmPerChannelQuantParams{ in createModel()
110 .extraParams = std::move(extraParams)}; in createModel()
DValidateModel.cpp200 size_t sizeForBinder(const Operand::ExtraParams& extraParams) { in sizeForBinder() argument
202 switch (extraParams.getDiscriminator()) { in sizeForBinder()
206 return sizeForBinder(extraParams.channelQuant()); in sizeForBinder()
208 return sizeForBinder(extraParams.extension()); in sizeForBinder()
211 << static_cast<int>(extraParams.getDiscriminator()); in sizeForBinder()
226 size += sizeForBinder(operand.extraParams); in sizeForBinder()
790 newOperand.extraParams.channelQuant(std::move(channelQuant)); in mutateOperand()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp207 size_t sizeForBinder(const V1_2::Operand::ExtraParams& extraParams) { in sizeForBinder() argument
209 switch (extraParams.getDiscriminator()) { in sizeForBinder()
213 return sizeForBinder(extraParams.channelQuant()); in sizeForBinder()
215 return sizeForBinder(extraParams.extension()); in sizeForBinder()
218 << static_cast<int>(extraParams.getDiscriminator()); in sizeForBinder()
233 size += sizeForBinder(operand.extraParams); in sizeForBinder()
818 newOperand.extraParams.channelQuant(std::move(channelQuant)); in mutateOperand()
DGeneratedTestHarness.cpp226 V1_2::Operand::ExtraParams extraParams; in createSubgraph() local
228 extraParams.channelQuant(SymmPerChannelQuantParams{ in createSubgraph()
239 .extraParams = std::move(extraParams)}; in createSubgraph()
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t347 @1.2::Operand.ExtraParams extraParams;
Dtypes.hal5106 * zeroPoints, and extraParams as the corresponding operation inputs and
5173 * scales, zeroPoints, and extraParams as the corresponding inputs of
5180 * scales, zeroPoints, and extraParams as the corresponding inputs and
5582 @1.2::Operand.ExtraParams extraParams;
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t310 } extraParams;
Dtypes.hal4912 } extraParams;