Searched defs:z_max (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | zoom_capture_utils.py | 428 def verify_zoom_results(test_data, size, z_max, z_min, argument 688 def verify_preview_zoom_results(test_data, size, z_max, z_min, z_step_size, argument
|
H A D | preview_processing_utils.py | 475 def preview_over_zoom_range(dut, cam, preview_size, z_min, z_max, z_step_size, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_mul_op_test.cc | 79 const float z_max = outputs[2].flat<float>()(0); in TestMul() local
|
H A D | quantized_add_op_test.cc | 79 const float z_max = outputs[2].flat<float>()(0); in TestAdd() local
|
H A D | quantized_mul_op.cc | 397 Tensor* z_max = nullptr; in Compute() local
|
H A D | quantized_add_op.cc | 588 Tensor* z_max = nullptr; in Compute() local
|
/aosp_15_r20/external/boringssl/src/crypto/dilithium/ |
H A D | dilithium.c | 1363 uint32_t z_max = vectorl_max(&values->sign.z); in dilithium_sign_with_randomizer() local 1495 uint32_t z_max = vectorl_max(&values->sign.z); in DILITHIUM_verify() local
|