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 193 static float scales[4] = {1.0, 2.0, 3.0, 4.0}; in TEST_F() local 215 static float scales[4] = {1.0, 2.0, -3.0, 4.0}; in TEST_F() local
|
D | TestValidation.cpp | 452 float scales[2] = {1.0, 2.0}; in TEST_F() local 483 float scales[2] = {1.0, 2.0}; in TEST_F() local 3578 createAndCompileChannelQuantConvModel(const std::vector<float>& scales) { in createAndCompileChannelQuantConvModel()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | Converter.cpp | 46 std::vector<float> convert(const android_nn_fuzz::Scales& scales) { in convert() 52 std::vector<float> scales = convert(params.scales()); in convert() local
|
D | GenerateCorpus.cpp | 48 Scales convert(const std::vector<float>& scales) { in convert()
|
D | Model.proto | 155 required Scales scales = 1; field
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 460 float[] scales = isAppOpening in getLauncherContentAnimator() local 560 float[] alphas, float[] scales) { in composeViewContentAnimator()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 100 std::vector<float> scales; member
|
D | NeuralNetworksTypes.h | 6177 const float* scales; member
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 263 std::vector<float> scales; member
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | Types.h | 493 std::vector<float> scales; member
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | test_generator.py | 242 def __init__(self, channelDim, scales, hide = False): argument
|