Home
last modified time | relevance | path

Searched defs:bias (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dfully_connected_quant8_signed.mod.py23 bias = Parameter("b0", "TENSOR_INT32", "{3}, 0.25f, 0", [4, 8, 12]) variable
43 bias = Parameter("b0", "TENSOR_INT32", "{1}, 0.04, 0", [10]) variable
62 bias = Input("b0", "TENSOR_INT32", "{1}, 0.04, 0") variable
85 bias = Parameter("b0", "TENSOR_INT32", "{1}, 0.25f, 0", [4]) variable
104 bias = Input("b0", "TENSOR_INT32", "{1}, 0.25f, 0") variable
125 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [4]) variable
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dfully_connected_float_large.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [900000]) variable
Dfully_connected_quant8_2.mod.py23 bias = Parameter("b0", "TENSOR_INT32", "{3}, 0.25f, 0", [4, 8, 12]) variable
Dfully_connected_quant8_large_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_INT32", "{1}, 0.04, 0") variable
Dfully_connected_float.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [4]) variable
Dfully_connected_quant8_large.mod.py20 bias = Parameter("b0", "TENSOR_INT32", "{1}, 0.04, 0", [10]) variable
Dfully_connected_float_large_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dfully_connected_float_2.mod.py42 bias = Parameter("b0", "TENSOR_FLOAT32", "{16}", variable
Dfully_connected_quant8.mod.py20 bias = Parameter("b0", "TENSOR_INT32", "{1}, 0.25f, 0", [4]) variable
Dfully_connected_quant8_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_INT32", "{1}, 0.25f, 0") variable
Dfully_connected_float_3.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [1]) variable
Dfully_connected_float_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dlocal_response_norm_float_4.mod.py4 bias = Float32Scalar("bias", 9.) variable
Dlocal_response_norm_float_1.mod.py4 bias = Float32Scalar("bias", 9.) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dfully_connected_float_4d_simple.mod.py28 bias = Parameter("b0", "TENSOR_FLOAT32", "{3}", [1, 2, 3]) variable
Dfully_connected_float_large_relaxed.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [900]) variable
Dfully_connected_float_2_relaxed.mod.py42 bias = Parameter("b0", "TENSOR_FLOAT32", "{16}", variable
Dfully_connected_float_large_weights_as_inputs_relaxed.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dfully_connected_float_relaxed.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [4]) variable
Dfully_connected_float_4d_simple_relaxed.mod.py28 bias = Parameter("b0", "TENSOR_FLOAT32", "{3}", [1, 2, 3]) variable
Dfully_connected_float_weights_as_inputs_relaxed.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dlocal_response_norm_float_4_relaxed.mod.py20 bias = Float32Scalar("bias", 9.) variable
Dlocal_response_norm_float_1_relaxed.mod.py20 bias = Float32Scalar("bias", 9.) variable
/frameworks/base/services/tests/servicestests/src/com/android/server/display/whitebalance/
DAmbientLuxTest.java188 float bias = mix(bias0, bias1, t); in testSpline_TwoSegments() local
196 float bias = mix(bias1, bias2, t); in testSpline_TwoSegments() local
315 float bias = mix(bias0, bias1, t); in testSpline_TwoSegmentsHighLight() local
324 float bias = mix(bias1, bias2, t); in testSpline_TwoSegmentsHighLight() local
/frameworks/ml/nn/common/operations/
DLocalResponseNormalization.cpp51 int32_t radius, float bias, float alpha, float beta, in localResponseNormFloat32Impl()
86 float bias, float alpha, float beta, int32_t axis, float* outputData, in localResponseNorm()
107 _Float16 bias, _Float16 alpha, _Float16 beta, int32_t axis, in localResponseNorm()

123