Searched defs:expected_scale (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/executorch/kernels/quantized/test/ |
H A D | op_choose_qparams_test.cpp | 41 Tensor expected_scale = tf_double.make({1}, {0.0603922}); in test_dtype() local 63 Tensor expected_scale = tf_double.make({2, 1}, {0.00666667, 0.0113725485}); in TEST() local 82 Tensor expected_scale = tf_double.make({1, 2, 1}, {0.00666667, 0.0113725485}); in TEST() local 115 Tensor expected_scale = tf_double.make( in TEST() local 138 Tensor expected_scale = tf_double.make({1, 2, 1}, {0.00666667, 0.0113725485}); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | fused_batch_norm_op_test.cc | 207 Tensor expected_scale(allocator(), DT_FLOAT, TensorShape({2})); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | quantize_model_test.cc | 2174 float expected_scale = in TEST_P() local
|