Searched defs:scales (Results 1 – 11 of 11) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestOperandExtraParams.cpp | 108 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
|
D | TestValidation.cpp | 466 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/ |
D | Converter.cpp | 46 std::vector<float> convert(const Scales& scales) { in convert() 52 std::vector<float> scales = convert(params.scales()); in convert() local
|
D | GenerateCorpus.cpp | 47 Scales convert(const std::vector<float>& scales) { in convert()
|
D | Model.proto | 174 Scales scales = 1; field
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 100 std::vector<float> scales; member
|
D | NeuralNetworksTypes.h | 6369 const float* scales; member
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 519 float[] scales = isAppOpening in getLauncherContentAnimator() local 636 float[] alphas, float[] scales) { in composeViewContentAnimator()
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 273 std::vector<float> scales; member
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Types.h | 506 std::vector<float> scales; member
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | test_generator.py | 242 def __init__(self, channelDim, scales, hide = False): argument
|