Searched defs:weights_max (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | fully_connected_slicing_test.cc | 41 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/ |
D | conv_2d_helpers.cc | 43 TfLiteContext* context, float* weights_min, float* weights_max, in ProcessPerChannelQuantizedWeights() 231 float weights_max = 0; in InitializeWeightsNodes() local
|
D | transpose_conv_2d_builder.cc | 71 float weights_max = 0; in PopulateSubGraph() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 3014 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
|