Home
last modified time | relevance | path

Searched defs:bias_max (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Dfully_connected_test.cc107 std::initializer_list<int32_t> bias_data, float bias_min, float bias_max, in TestFullyConnectedQuantized()
271 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
342 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
413 const float bias_max = 256.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
510 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
581 const float bias_max = 256.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
Ddepthwise_conv_test.cc114 std::initializer_list<int32_t> bias_data, float bias_min, float bias_max, in TestDepthwiseConvQuantized()
233 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
341 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
420 const float bias_max = 128.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_bias_add_op_test.cc62 const float bias_max = 3.0f; in TEST_F() local
122 const float bias_max = 0.641057f; in TEST_F() local
Dquantized_bias_add_op.cc44 const float bias_max = context->input(5).flat<float>()(0); in Compute() local
Dmeta_support.cc349 float bias_max, float output_min, float output_max, in QuantizedBiasAdd()