/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | fully_connected_slicing_test.cc | 42 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/ |
D | transpose_conv_test.cc | 43 std::vector<float> bias_scale( in QuantizedTransposeConvOpModel() local 66 auto bias_scale = GetScale(input_) * GetScale(filter_); in QuantizedTransposeConvOpModel() local
|
D | conv_test.cc | 47 std::vector<float> bias_scale( in QuantizedConvolutionOpModel() local 69 auto bias_scale = GetScale(input_) * GetScale(filter_); in QuantizedConvolutionOpModel() local
|
D | matmul_test.cc | 44 auto bias_scale = GetScale(input_) * GetScale(weights_); in FullyConnectedOpModel() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv_hybrid_test.cc | 71 std::vector<float> bias_scale( in BaseDepthwiseConvolutionOpModel() local 94 auto bias_scale = GetScale(input_) * GetScale(filter_); in BaseDepthwiseConvolutionOpModel() local
|
D | transpose_conv_test.cc | 595 std::vector<float> bias_scale( in BaseTransposeConvBiasOpModel() local 617 auto bias_scale = GetScale(input_) * GetScale(filter_); in BaseTransposeConvBiasOpModel() local
|
D | conv_test.cc | 78 std::vector<float> bias_scale( local 106 auto bias_scale = GetScale(input_) * GetScale(filter_); local
|
D | depthwise_conv_test.cc | 72 std::vector<float> bias_scale( in BaseDepthwiseConvolutionOpModel() local 99 auto bias_scale = GetScale(input_) * GetScale(filter_); in BaseDepthwiseConvolutionOpModel() local
|
D | kernel_util.cc | 289 const double bias_scale = static_cast<double>(bias->params.scale); in GetQuantizedConvolutionMultipler() local
|
D | fully_connected_test.cc | 168 auto bias_scale = GetScale(input_) * GetScale(weights_); local
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_signed_quantization_test.cc | 255 std::vector<float> bias_scale( local 283 auto bias_scale = GetScale(input_) * GetScale(filter_); local
|
D | nnapi_delegate_test.cc | 608 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/ |
D | test_helpers.cc | 1005 float bias_scale = input_scale * weights_scale; in CreateQuantizedBiasTensor() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | portable_tensor_utils.cc | 473 const float bias_scale = std::pow(two, -10) * layer_norm_scale; in PortableApplyLayerNormFloat() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_model_test.cc | 664 const float bias_scale = in TEST_F() local
|