Searched defs:weights_scale (Results 1 – 3 of 3) sorted by relevance
296 T* weights_quantized, const float weights_scale, in TestFullyConnectedQuantized()356 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local385 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local413 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local443 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local475 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local520 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local567 const float weights_scale = 0.005660; in TF_LITE_MICRO_TEST() local600 const float weights_scale = 0.005660; in TF_LITE_MICRO_TEST() local
1004 float weights_scale, bool is_variable) { in CreateQuantizedBiasTensor()
74 #define sm_weights_sanity_checks(weights_w, weights_h, weights_scale, \ argument