Searched defs:bias_max (Results 1 – 5 of 5) sorted by relevance
107 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() local342 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local413 const float bias_max = 256.0f * (1 << 24); in TF_LITE_MICRO_TEST() local510 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local581 const float bias_max = 256.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
114 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() local341 const float bias_max = 64.0f * (1 << 24); in TF_LITE_MICRO_TEST() local420 const float bias_max = 128.0f * (1 << 24); in TF_LITE_MICRO_TEST() local
62 const float bias_max = 3.0f; in TEST_F() local122 const float bias_max = 0.641057f; in TEST_F() local
44 const float bias_max = context->input(5).flat<float>()(0); in Compute() local
349 float bias_max, float output_min, float output_max, in QuantizedBiasAdd()