Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestOperandExtraParams.cpp110 .scaleCount = CHANNEL_DIM_SIZE, in createSymmPerChannelQuantParams()
182 .scaleCount = 4, in TEST_F()
195 .scaleCount = 3, in TEST_F()
200 .scaleCount = 10, in TEST_F()
217 .scaleCount = 4, in TEST_F()
229 .scaleCount = 4, in TEST_F()
DTestValidateOperations.cpp92 channelQuant->scaleCount != that.channelQuant->scaleCount))) { in operator ==()
119 channelQuant->scales + channelQuant->scaleCount, in operator ==()
672 << ", scaleCount: " << channelQuant->scaleCount << ", scales: ["; in operator <<()
673 std::for_each(channelQuant->scales, channelQuant->scales + channelQuant->scaleCount, in operator <<()
2101 .scaleCount = 2, in convOpTest()
2239 .scaleCount = 2, in depthwiseConvOpTest()
3322 .scaleCount = 2, in groupedConvOpTest()
3396 .scaleCount = 2, in transposeConvOpTest()
DTestValidation.cpp449 .scaleCount = 2, in TEST_F()
480 .scaleCount = 2, in TEST_F()
3074 .scaleCount = numChannels, in createAndCompileChannelQuantConvModel()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6119 uint32_t scaleCount; member
DNeuralNetworksWrapper.h89 .scaleCount = static_cast<uint32_t>(scales.size()), in SymmPerChannelQuantParams()
/frameworks/ml/nn/runtime/
DModelBuilder.cpp227 channelQuant.scales + channelQuant.scaleCount), in setOperandSymmPerChannelQuantParams()
DNeuralNetworks.cpp588 static_assert(offsetof(ANeuralNetworksSymmPerChannelQuantParams, scaleCount) == 4,
/frameworks/ml/nn/common/
DUtils.cpp502 NN_RET_CHECK_EQ(channelQuant.scaleCount, halOperand.dimensions[channelQuant.channelDim]) << tag; in validateOperandSymmPerChannelQuantParams()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t545 uint32_t scaleCount;