Home
last modified time | relevance | path

Searched defs:weights_max (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected_slicing_test.cc41 const float weights_min, const float weights_max, const int* bias_dims_data, in TestFullyConnectedQuantized()
129 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
158 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
195 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
230 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
267 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
300 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
352 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
388 const float weights_max = 127.0f; in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc43 TfLiteContext* context, float* weights_min, float* weights_max, in ProcessPerChannelQuantizedWeights()
231 float weights_max = 0; in InitializeWeightsNodes() local
Dtranspose_conv_2d_builder.cc71 float weights_max = 0; in PopulateSubGraph() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc3014 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
3035 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
3056 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
3074 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local