Home
last modified time | relevance | path

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

123

/packages/modules/NeuralNetworks/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
/packages/modules/NeuralNetworks/common/types/operations/src/
DFullyConnected.cpp26 bool validateShapes(const Shape& input, const Shape& weights, const Shape& bias, Shape* output) { in validateShapes()
125 Shape bias = context->getInputShape(kBiasTensor); in validate() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DLocalResponseNormalization.cpp46 int32_t radius, float bias, float alpha, float beta, in localResponseNormFloat32Impl()
81 float bias, float alpha, float beta, int32_t axis, float* outputData, in localResponseNorm()
103 _Float16 bias, _Float16 alpha, _Float16 beta, int32_t axis, in localResponseNorm()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dfully_connected_float_large.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [900000]) variable
Dfully_connected_float_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dfully_connected_quant8.mod.py20 bias = Parameter("b0", "TENSOR_INT32", "{1}, 0.25f, 0", [4]) variable
Dfully_connected_quant8_large.mod.py20 bias = Parameter("b0", "TENSOR_INT32", "{1}, 0.04, 0", [10]) variable
Dfully_connected_quant8_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_INT32", "{1}, 0.25f, 0") variable
Dfully_connected_float_large_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dfully_connected_quant8_large_weights_as_inputs.mod.py20 bias = Input("b0", "TENSOR_INT32", "{1}, 0.04, 0") variable
Dfully_connected_float_2.mod.py42 bias = Parameter("b0", "TENSOR_FLOAT32", "{16}", variable
Dfully_connected_float.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [4]) variable
Dfully_connected_float_3.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [1]) variable
Dfully_connected_quant8_2.mod.py23 bias = Parameter("b0", "TENSOR_INT32", "{3}, 0.25f, 0", [4, 8, 12]) 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
/packages/modules/NeuralNetworks/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_4d_simple_relaxed.mod.py28 bias = Parameter("b0", "TENSOR_FLOAT32", "{3}", [1, 2, 3]) variable
Dfully_connected_float_large_weights_as_inputs_relaxed.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dfully_connected_float_weights_as_inputs_relaxed.mod.py20 bias = Input("b0", "TENSOR_FLOAT32", "{1}") variable
Dfully_connected_float_2_relaxed.mod.py42 bias = Parameter("b0", "TENSOR_FLOAT32", "{16}", variable
Dfully_connected_float_relaxed.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [4]) variable
Dfully_connected_float_large_relaxed.mod.py20 bias = Parameter("b0", "TENSOR_FLOAT32", "{1}", [900]) variable
Dlocal_response_norm_float_1_relaxed.mod.py20 bias = Float32Scalar("bias", 9.) variable
Dlocal_response_norm_float_4_relaxed.mod.py20 bias = Float32Scalar("bias", 9.) variable

123