Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dfully_connected_quant8_signed.mod.py19 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{3, 10}, 0.5f, -1", variable
42 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 5}, 0.2, -128", [-118, -108, -108, -1… variable
61 weights = Input("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 5}, 0.2, -128") # num_units = 1, input_si… variable
84 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 1}, 0.5f, -128", [-126]) variable
103 weights = Input("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 1}, 0.5f, -128") variable
124 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 1}", [2]) variable
/aosp12/frameworks/base/libs/hwui/utils/
H A DBlur.cpp61 void Blur::generateGaussianWeights(float* weights, float radius) { in generateGaussianWeights()
94 void Blur::horizontal(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest, in horizontal()
137 void Blur::vertical(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest, in vertical()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dfully_connected_float.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 1}", [2]) variable
H A Dfully_connected_float_2.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{16, 8}", variable
H A Dfully_connected_float_3.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 2}", [2, 4]) variable
H A Dfully_connected_float_large.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 5}", [2, 3, 4, 5, 6]) # num_units = 1, input_size… variable
H A Dfully_connected_float_large_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 5}") # num_units = 1, input_size = 5 variable
H A Dfully_connected_float_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 1}") variable
H A Dfully_connected_quant8.mod.py19 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM", "{1, 1}, 0.5f, 0", [2]) variable
H A Dfully_connected_quant8_2.mod.py19 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM", "{3, 10}, 0.5f, 127", variable
H A Dfully_connected_quant8_large.mod.py19 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM", "{1, 5}, 0.2, 0", [10, 20, 20, 20, 10]) # num_uni… variable
H A Dfully_connected_quant8_large_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_QUANT8_ASYMM", "{1, 5}, 0.2, 0") # num_units = 1, input_size = 5 variable
H A Dfully_connected_quant8_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_QUANT8_ASYMM", "{1, 1}, 0.5f, 0") variable
H A Drnn_state.mod.py24 weights = Input("weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dfully_connected_float_4d_simple.mod.py23 weights = Parameter("op2", "TENSOR_FLOAT32", "{3, 10}", [ variable
H A Dfully_connected_float_2_relaxed.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{16, 8}", variable
H A Dfully_connected_float_4d_simple_relaxed.mod.py23 weights = Parameter("op2", "TENSOR_FLOAT32", "{3, 10}", [ variable
H A Dfully_connected_float_large_relaxed.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 5}", [2, 3, 4, 5, 6]) # num_units = 1, input_size… variable
H A Dfully_connected_float_large_weights_as_inputs_relaxed.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 5}") # num_units = 1, input_size = 5 variable
H A Dfully_connected_float_relaxed.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 1}", [2]) variable
H A Dfully_connected_float_weights_as_inputs_relaxed.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 1}") variable
H A Drnn_state_relaxed.mod.py24 weights = Input("weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemory.cpp56 WrapperMemory weights(offsetForMatrix3 + sizeof(matrix3), PROT_READ, fd, 0); in TEST_F() local
119 WrapperMemory weights(buffer); in TEST_F() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp208 uint8_t* weights) { in assignWeightsSubmatrix()
266 auto checkWeightsShape = [&](const RunTimeOperandInfo* weights, uint32_t columns) -> bool { in prepare()
350 uint8_t* weights) { in concatenateWeights()
380 std::vector<uint8_t> weights(getNumberOfElements(weightsShape)); in eval() local
/aosp12/frameworks/base/services/core/java/com/android/server/display/utils/
H A DAmbientFilter.java205 final float[] weights = getWeights(time, buffer); in filter() local
228 float[] weights = new float[buffer.size()]; in getWeights() local

12