Home
last modified time | relevance | path

Searched defs:scales (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestOperandExtraParams.cpp108 static float scales[CHANNEL_DIM_SIZE] = {1.0, 2.0, 3.0, 4.0}; in createSymmPerChannelQuantParams() local
180 static float scales[4] = {1.0, 2.0, 3.0, 4.0}; in TEST_F() local
195 static float scales[kHighScaleCount] = {1.0, 2.0, 3.0, 4.0}; in TEST_F() local
217 static float scales[4] = {1.0, 2.0, -3.0, 4.0}; in TEST_F() local
DTestValidation.cpp466 float scales[2] = {1.0, 2.0}; in TEST_F() local
497 float scales[2] = {1.0, 2.0}; in TEST_F() local
3652 createAndCompileChannelQuantConvModel(const std::vector<float>& scales) { in createAndCompileChannelQuantConvModel()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DConverter.cpp46 std::vector<float> convert(const Scales& scales) { in convert()
52 std::vector<float> scales = convert(params.scales()); in convert() local
DGenerateCorpus.cpp47 Scales convert(const std::vector<float>& scales) { in convert()
DModel.proto174 Scales scales = 1; field
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h100 std::vector<float> scales; member
DNeuralNetworksTypes.h6369 const float* scales; member
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java519 float[] scales = isAppOpening in getLauncherContentAnimator() local
636 float[] alphas, float[] scales) { in composeViewContentAnimator()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h273 std::vector<float> scales; member
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h506 std::vector<float> scales; member
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py242 def __init__(self, channelDim, scales, hide = False): argument