Searched defs:weights_min (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() 128 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 157 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 194 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 229 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 266 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 299 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 351 const float weights_min = -128.0f; in TF_LITE_MICRO_TEST() local 387 const float weights_min = -128.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() 230 float weights_min = 0; in InitializeWeightsNodes() local
|
D | transpose_conv_2d_builder.cc | 70 float weights_min = 0; in PopulateSubGraph() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 3013 auto weights_min = ops::Placeholder(s.WithOpName("weights_min"), DT_FLOAT); in TEST_F() local 3034 auto weights_min = ops::Placeholder(s.WithOpName("weights_min"), DT_FLOAT); in TEST_F() local 3055 auto weights_min = ops::Placeholder(s.WithOpName("weights_min"), DT_FLOAT); in TEST_F() local 3073 auto weights_min = ops::Placeholder(s.WithOpName("weights_min"), DT_FLOAT); in TEST_F() local
|