Home
last modified time | relevance | path

Searched defs:bias_scale (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected_slicing_test.cc42 const int32_t* bias_data, const float bias_scale, in TestFullyConnectedQuantized()
130 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
159 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
196 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
231 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
268 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
301 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
353 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
389 const float bias_scale = 1.0f; in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dtranspose_conv_test.cc43 std::vector<float> bias_scale( in QuantizedTransposeConvOpModel() local
66 auto bias_scale = GetScale(input_) * GetScale(filter_); in QuantizedTransposeConvOpModel() local
Dconv_test.cc47 std::vector<float> bias_scale( in QuantizedConvolutionOpModel() local
69 auto bias_scale = GetScale(input_) * GetScale(filter_); in QuantizedConvolutionOpModel() local
Dmatmul_test.cc44 auto bias_scale = GetScale(input_) * GetScale(weights_); in FullyConnectedOpModel() local
/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv_hybrid_test.cc71 std::vector<float> bias_scale( in BaseDepthwiseConvolutionOpModel() local
94 auto bias_scale = GetScale(input_) * GetScale(filter_); in BaseDepthwiseConvolutionOpModel() local
Dtranspose_conv_test.cc595 std::vector<float> bias_scale( in BaseTransposeConvBiasOpModel() local
617 auto bias_scale = GetScale(input_) * GetScale(filter_); in BaseTransposeConvBiasOpModel() local
Dconv_test.cc78 std::vector<float> bias_scale( local
106 auto bias_scale = GetScale(input_) * GetScale(filter_); local
Ddepthwise_conv_test.cc72 std::vector<float> bias_scale( in BaseDepthwiseConvolutionOpModel() local
99 auto bias_scale = GetScale(input_) * GetScale(filter_); in BaseDepthwiseConvolutionOpModel() local
Dkernel_util.cc289 const double bias_scale = static_cast<double>(bias->params.scale); in GetQuantizedConvolutionMultipler() local
Dfully_connected_test.cc168 auto bias_scale = GetScale(input_) * GetScale(weights_); local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_signed_quantization_test.cc255 std::vector<float> bias_scale( local
283 auto bias_scale = GetScale(input_) * GetScale(filter_); local
Dnnapi_delegate_test.cc608 auto bias_scale = GetScale(input_) * GetScale(filter_); in ConvolutionOpModel() local
1071 auto bias_scale = GetScale(input_) * GetScale(filter_); in DepthwiseConvolutionOpModel() local
1204 auto bias_scale = GetScale(input_) * GetScale(weights_); in FullyConnectedOpModel() local
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc1005 float bias_scale = input_scale * weights_scale; in CreateQuantizedBiasTensor() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.cc473 const float bias_scale = std::pow(two, -10) * layer_norm_scale; in PortableApplyLayerNormFloat() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model_test.cc664 const float bias_scale = in TEST_F() local