Home
last modified time | relevance | path

Searched defs:weights_scale (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected_test.cc296 T* weights_quantized, const float weights_scale, in TestFullyConnectedQuantized()
356 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local
385 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local
413 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local
443 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local
475 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local
520 const float weights_scale = 1.0f; in TF_LITE_MICRO_TEST() local
567 const float weights_scale = 0.005660; in TF_LITE_MICRO_TEST() local
600 const float weights_scale = 0.005660; in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc1004 float weights_scale, bool is_variable) { in CreateQuantizedBiasTensor()
/external/libaom/libaom/aom_dsp/
Dintrapred.c74 #define sm_weights_sanity_checks(weights_w, weights_h, weights_scale, \ argument