Home
last modified time | relevance | path

Searched refs:amax (Results 1 – 25 of 34) sorted by relevance

12

/external/pdfium/third_party/lcms/src/
Dcmsgmt.c510 double amax, double amin, in cmsDesaturateLab() argument
531 if (Lab -> a < amin || Lab->a > amax|| in cmsDesaturateLab()
559 Lab -> a = amax; in cmsDesaturateLab()
560 Lab -> b = amax * slope; in cmsDesaturateLab()
/external/tensorflow/tensorflow/python/ops/numpy_ops/
D__init__.py189 return amax(a, axis=axis, keepdims=keepdims)
Dnp_math_ops.py431 amax = maximum(x1, x2)
436 amax + log1p(exp(-abs(delta))))
441 amax = maximum(x1, x2)
446 amax + log1p(exp2(-abs(delta))) / np.log(2))
1125 return (np_array_ops.amax(a, axis=axis, keepdims=keepdims) -
Dnp_array_ops_test.py696 np_array_ops.amax(arr_arg, axis=axis_arg, *args, **kwargs),
697 np.amax(arr_arg, axis=axis, *args, **kwargs))
803 self._testReduce(np_array_ops.amax, np.amax, 'amax')
/external/eigen/blas/
Dlevel1_impl.h100 Scalar amax = aa>ab ? a : b; in EIGEN_BLAS_FUNC() local
101 r = amax>0 ? r : -r; in EIGEN_BLAS_FUNC()
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_gpu_test.py51 num_channels = int(np.amax(target) + 1)
/external/cblas/
DREADME60 Fixed the i?amax error that I reported three years ago: standard dictates
/external/autotest/client/site_tests/power_SuspendStress/
Dpower_SuspendStress.py114 keyvals[key + '_max'] = numpy.amax(values)
/external/tensorflow/tensorflow/compiler/tests/
Dlrn_ops_test.py88 err = np.amax(np.abs(result - expected))
Ddepthwise_conv_op_test.py219 np.amax(np.absolute(native_result - interface_result)))
423 np.amax(np.absolute(native_result - interface_result)))
Dreduce_ops_test.py144 return np.amax(inp, axis)
/external/eigen/Eigen/src/misc/
Dlapacke.h236 float* colcnd, float* amax );
240 double* rowcnd, double* colcnd, double* amax );
245 float* amax );
250 double* amax );
255 float* colcnd, float* amax );
259 double* rowcnd, double* colcnd, double* amax );
264 float* amax );
269 double* colcnd, double* amax );
532 float* rowcnd, float* colcnd, float* amax );
536 double* amax );
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dneon_depthwise_conv_op_test.py151 np.amax(np.absolute(native_result - interface_result)))
Dlrn_op_test.py87 err = np.amax(np.abs(result - expected))
Dsoftmax_op_test.py48 np.amax(
Dxent_op_test.py49 features - np.reshape(np.amax(features, axis=dim), one_only_on_dim))
Dsparse_xent_op_test.py56 np.amax(
Dfractional_max_pool_op_test.py61 output_image = np.vstack((output_image, np.amax(
Dreduction_ops_test.py851 np_ans = np.amax(np_ans, keepdims=keepdims)
854 np_ans = np.amax(np_ans, axis=ra, keepdims=keepdims)
/external/cpuinfo/test/build.prop/
Dzenfone-c.log60 ro.asus.amax.lite=1
/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
632 f2_const_id, amax->result_id()); in ReplaceCubeFaceCoord()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
632 f2_const_id, amax->result_id()); in ReplaceCubeFaceCoord()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp628 Instruction* amax = ir_builder.AddNaryExtendedInstruction( in ReplaceCubeFaceCoord() local
632 f2_const_id, amax->result_id()); in ReplaceCubeFaceCoord()
/external/webp/src/enc/
Dquant_enc.c344 const double amax = 0.85; in QualityToJPEGCompression() local
347 const double slope = (exp_min - exp_max) / (amax - amin); in QualityToJPEGCompression()
350 const double expn = (alpha > amax) ? exp_min in QualityToJPEGCompression()
/external/libpng/contrib/libtests/
Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
2674 if (aval > amax) in compare_two_images()
2675 amax = aval; in compare_two_images()
2756 if (amax >= a->image.colormap_entries) in compare_two_images()
2759 sprintf(pindex, "%d[%u]", amax, in compare_two_images()

12