Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/utils/
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()
/frameworks/ml/nn/runtime/test/generated/models/
Drnn_state.model.cpp12 auto weights = model->addOperand(&type1); in CreateModel() local
45 auto weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Drnn.model.cpp12 auto weights = model->addOperand(&type1); in CreateModel() local
45 auto weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Drnn_state_relaxed.model.cpp12 auto weights = model->addOperand(&type1); in CreateModel() local
47 auto weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Drnn_float16.model.cpp12 auto weights = model->addOperand(&type1); in CreateModel() local
45 auto weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Drnn_relaxed.model.cpp12 auto weights = model->addOperand(&type1); in CreateModel() local
47 auto weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dfully_connected_float_2.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{16, 8}", variable
Dfully_connected_float.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 1}", [2]) variable
Dfully_connected_quant8.mod.py19 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM", "{1, 1}, 0.5f, 0", [2]) variable
Dfully_connected_quant8_2.mod.py19 weights = Parameter("op2", "TENSOR_QUANT8_ASYMM", "{3, 10}, 0.5f, 127", variable
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
Dfully_connected_float_large_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 5}") # num_units = 1, input_size = 5 variable
Dfully_connected_quant8_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_QUANT8_ASYMM", "{1, 1}, 0.5f, 0") variable
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
Dfully_connected_float_3.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 2}", [2, 4]) variable
Dfully_connected_float_large.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 5}", [2, 3, 4, 5, 6]) # num_units = 1, input_size… variable
Dfully_connected_float_weights_as_inputs.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 1}") variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dfully_connected_float_4d_simple.mod.py23 weights = Parameter("op2", "TENSOR_FLOAT32", "{3, 10}", [ variable
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
Dfully_connected_float_weights_as_inputs_relaxed.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 1}") variable
Dfully_connected_float_2_relaxed.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{16, 8}", variable
Dfully_connected_float_4d_simple_relaxed.mod.py23 weights = Parameter("op2", "TENSOR_FLOAT32", "{3, 10}", [ variable
Dfully_connected_float_relaxed.mod.py19 weights = Parameter("op2", "TENSOR_FLOAT32", "{1, 1}", [2]) variable
Dfully_connected_float_large_weights_as_inputs_relaxed.mod.py19 weights = Input("op2", "TENSOR_FLOAT32", "{1, 5}") # num_units = 1, input_size = 5 variable
/frameworks/ml/nn/runtime/test/
DTestMemory.cpp56 WrapperMemory weights(offsetForMatrix3 + sizeof(matrix3), PROT_READ, fd, 0); in TEST_F() local
114 WrapperMemory weights(buffer); in TEST_F() local

12