Home
last modified time | relevance | path

Searched refs:weights_max (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Dfully_connected_test.cc106 float weights_max, std::initializer_list<int> bias_dims_data, in TestFullyConnectedQuantized() argument
124 weights_min, weights_max), in TestFullyConnectedQuantized()
269 const float weights_max = 64.0f; in TF_LITE_MICRO_TEST() local
295 F2Q(1, weights_min, weights_max), F2Q(2, weights_min, weights_max), in TF_LITE_MICRO_TEST()
296 F2Q(3, weights_min, weights_max), F2Q(4, weights_min, weights_max), in TF_LITE_MICRO_TEST()
297 F2Q(5, weights_min, weights_max), F2Q(6, weights_min, weights_max), in TF_LITE_MICRO_TEST()
298 F2Q(7, weights_min, weights_max), F2Q(8, weights_min, weights_max), in TF_LITE_MICRO_TEST()
299 F2Q(9, weights_min, weights_max), F2Q(10, weights_min, weights_max), in TF_LITE_MICRO_TEST()
300 F2Q(1, weights_min, weights_max), F2Q(2, weights_min, weights_max), in TF_LITE_MICRO_TEST()
301 F2Q(3, weights_min, weights_max), F2Q(4, weights_min, weights_max), in TF_LITE_MICRO_TEST()
[all …]
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dpruning_test.py139 weights_max = constant_op.constant(
145 self._blockMasking(param_list + ["block_pooling_function=MAX"], weights_max,
157 weights_max = constant_op.constant(
163 self._blockMasking(param_list + ["block_pooling_function=MAX"], weights_max,
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2141 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
2143 s.WithOpName("my_quantize"), input, weights_min, weights_max); in TEST_F()
2162 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
2164 s.WithOpName("my_quantize"), input, weights_min, weights_max); in TEST_F()
2183 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
2185 s.WithOpName("my_quantize"), input, weights_min, weights_max); in TEST_F()
2201 auto weights_max = ops::Placeholder(s.WithOpName("weights_max"), DT_FLOAT); in TEST_F() local
2204 s.WithOpName("my_quantize"), input, weights_min, weights_max, num_bits); in TEST_F()