Home
last modified time | relevance | path

Searched refs:amax (Results 1 – 25 of 30) 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/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/contrib/constrained_optimization/python/
Dcandidates_test.py58 maximum_constraint_violation = np.amax(
Dcandidates.py201 upper = np.min(np.amax(constraints_matrix, axis=0))
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_gpu_test.py49 num_channels = 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/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/compiler/tests/
Dlrn_ops_test.py88 err = np.amax(np.abs(result - expected))
Dreduce_ops_test.py139 return np.amax(inp, axis)
Ddepthwise_conv_op_test.py192 np.amax(np.absolute(native_result - interface_result)))
/external/tensorflow/tensorflow/python/kernel_tests/
Dlrn_op_test.py87 err = np.amax(np.abs(result - expected))
Dneon_depthwise_conv_op_test.py151 np.amax(np.absolute(native_result - interface_result)))
Dsoftmax_op_test.py46 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(
Ddepthwise_conv_op_test.py183 np.amax(np.absolute(native_result - interface_result)))
Dreduction_ops_test.py788 np_ans = np.amax(np_ans, keepdims=keepdims)
791 np_ans = np.amax(np_ans, axis=ra, keepdims=keepdims)
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dsinh_arcsinh_bijector_test.py159 if np.amax(y) <= np.sqrt(np.finfo(np.float128).max) and \
/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()
/external/tensorflow/tensorflow/python/ops/
Dnn_test.py842 logits - np.amax(logits, axis=1, keepdims=True))
899 logits - np.amax(logits, axis=1, keepdims=True))
/external/icu/icu4c/source/tools/tzcode/
Dzic.c454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local
455 if ((amax - 1) / 3 * 2 < *nitems_alloc) in growalloc()
/external/tensorflow/tensorflow/python/grappler/
Dhierarchical_controller.py682 group_normalizer = np.amax(group_embedding, axis=1, keepdims=True)

12