Home
last modified time | relevance | path

Searched defs:expected_max (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_quantize_op_test.cc49 Tensor expected_max(allocator(), DT_FLOAT, TensorShape({})); in TEST_F() local
76 Tensor expected_max(allocator(), DT_FLOAT, TensorShape({})); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dquantize_training_test.cc439 const float expected_max = 3.0 * decay + 4.0 * (1.0 - decay); in TEST_F() local
533 const float expected_max = 3.0 * decay + 4.0 * (1.0 - decay); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantize_down_and_shrink_range_op_test.cc65 Tensor expected_max(allocator(), DT_FLOAT, TensorShape({})); in TEST_F() local
H A Drequantization_range_op_test.cc65 Tensor expected_max(allocator(), DT_FLOAT, TensorShape({})); in TEST_F() local
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator_unittest.cc33 float expected_max) { in TestLevelEstimator()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/
H A Dweighted_picker_test.cc195 const int expected_max = int(1.1 * trials); in CheckUniform() local
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_max_test.cpp93 Tensor expected_max = tf.make( in test_dynamic_shape() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dsparse_histogram_unittest.cc347 int64_t expected_max; in TEST_P() member
/aosp_15_r20/external/cronet/base/android/
H A Dnative_uma_recorder.cc62 int32_t expected_max, in CheckHistogramArgs()
/aosp_15_r20/external/libchrome/base/android/
H A Drecord_histogram.cc54 int32_t expected_max, in JNI_RecordHistogram_CheckHistogramArgs()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibrator_test.cc248 const float expected_max[7] = { in TEST() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dsparse_histogram_unittest.cc430 int64_t expected_max; in TEST_P() member
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py442 def TestMinAndMaxIntegers(field_name, expected_min, expected_max): argument
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py442 def TestMinAndMaxIntegers(field_name, expected_min, expected_max): argument
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py3515 expected_max=None, argument