/external/eigen/Eigen/src/plugins/ |
D | MatrixCwiseBinaryOps.h | 104 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMax() function 115 cwiseMax(const Scalar &other) const in cwiseMax() function 117 return cwiseMax(Derived::Constant(rows(), cols(), other)); in cwiseMax()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantize_op.cc | 156 ((input.flat<float>().cwiseMin(max_range).cwiseMax(min_range) - in Compute() 165 o = ((input.flat<float>().cwiseMin(max_range).cwiseMax(min_range) - in Compute() 209 (input.flat<float>().cwiseMin(max_range).cwiseMax(min_range) * in Compute() 216 (input.flat<float>().cwiseMin(max_range).cwiseMax(min_range) * in Compute()
|
D | colorspace_op.h | 76 auto dr = ((dh - T(3)).abs() - T(1)).cwiseMax(T(0)).cwiseMin(T(1)); in operator() 77 auto dg = (-(dh - T(2)).abs() + T(2)).cwiseMax(T(0)).cwiseMin(T(1)); in operator() 78 auto db = (-(dh - T(4)).abs() + T(2)).cwiseMax(T(0)).cwiseMin(T(1)); in operator()
|
D | quantize_and_dequantize_op.h | 72 ((input.cwiseMin(max_range).cwiseMax(min_range) - min_range) * in Compute() 94 ((input.cwiseMin(max_range).cwiseMax(min_range)) * scale + T(0.5)) in Compute()
|
D | quantized_activation_ops.cc | 48 input.flat<T>().cwiseMax(min_as_quantized).template cast<T>(); in Compute() 84 .cwiseMax(min_as_quantized) in Compute()
|
D | relu_op_functor.h | 35 activations.device(d) = features.cwiseMax(static_cast<T>(0)); in operator() 69 features.cwiseMax(static_cast<T>(0)).cwiseMin(static_cast<T>(6)); in operator()
|
D | fake_quant_ops_functor.h | 92 auto clamped = inputs.cwiseMin(nudged_max).cwiseMax(nudged_min); in operator() 143 const auto clamped = inputs.cwiseMin(nudged_max).cwiseMax(nudged_min); in operator() 216 inputs.chip<1>(i).cwiseMin(nudged_max).cwiseMax(nudged_min); in operator()
|
D | sdca_internal.h | 102 .cwiseMax(weights.constant(0.0))); in EigenShrinkVector() 110 .cwiseMax(weights.constant(0.0))); in EigenShrinkMatrix()
|
D | histogram_op.cc | 58 ((values.cwiseMax(value_range(0)) - values.constant(value_range(0))) in Compute()
|
D | quantized_pooling_ops.cc | 90 .cwiseMax(lowest) in Compute()
|
D | adjust_contrast_op.h | 85 output.device(d) = adjusted.cwiseMin(max_bcast).cwiseMax(min_bcast); in operator()
|
D | pooling_ops_common.h | 241 out_mat.col(out_offset).cwiseMax(in_mat.col(in_offset)); in SpatialMaxPool() 488 out_mat.col(out_offset).cwiseMax(in_mat.col(in_offset));
|
D | eigen_attention.h | 202 .cwiseMax( in eval()
|
D | fractional_max_pool_op.cc | 176 out_mat.col(out_offset).cwiseMax(in_mat.col(in_offset)); in Compute()
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 204 m_max = m_max.cwiseMax(p_n); in extend() 213 m_max = m_max.cwiseMax(b.m_max); in extend() 222 m_min = m_min.cwiseMax(b.m_min); in clamp() 231 {return AlignedBox(m_min.cwiseMax(b.m_min), m_max.cwiseMin(b.m_max)); } in intersection() 237 { return AlignedBox(m_min.cwiseMin(b.m_min), m_max.cwiseMax(b.m_max)); } in merged()
|
/external/eigen/test/ |
D | array_for_matrix.cpp | 119 VERIFY_IS_APPROX( (m1.array()>m2.array()).select(m1,m2), m1.cwiseMax(m2) ); in comparisons() 190 …VERIFY_IS_APPROX(MatrixType::Constant(rows,cols, maxM1), m1.cwiseMax(MatrixType::Constant(rows,col… in cwise_min_max() 191 VERIFY_IS_APPROX(m1, m1.cwiseMax(MatrixType::Constant(rows,cols, minM1))); in cwise_min_max() 199 VERIFY_IS_APPROX(MatrixType::Constant(rows,cols, maxM1), m1.cwiseMax( maxM1)); in cwise_min_max() 200 VERIFY_IS_APPROX(m1, m1.cwiseMax(minM1)); in cwise_min_max() 201 VERIFY_IS_APPROX(-m1, (-m1).cwiseMax(-maxM1)); in cwise_min_max()
|
D | block.cpp | 17 VERIFY_IS_APPROX(m1.row(r1).cwiseMax(s1), m1.cwiseMax(s1).row(r1)); in block_real_only() 21 …VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMax(s1), m1.cwiseMax(s1).block(r1,c1,r2-r1+1… in block_real_only()
|
/external/eigen/doc/snippets/ |
D | MatrixBase_cwiseMax.cpp | 2 cout << v.cwiseMax(w) << endl;
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_expr.cpp | 135 mat7 = mat1.cwiseMax(mat5 * 2.0f).exp(); in test_3d() 180 mat3 = mat1.cwiseMax(7.3f).exp(); in test_constants()
|
/external/eigen/bench/ |
D | BenchTimer.h | 88 m_worsts = m_worsts.cwiseMax(m_times); in stop()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorCostModel.h | 106 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost cwiseMax( in cwiseMax() function
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LMonestep.h | 88 m_diag = m_diag.cwiseMax(m_wa2); in minimizeOneStep()
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | HybridNonLinearSolver.h | 233 diag = diag.cwiseMax(wa2); in solveOneStep() 476 diag = diag.cwiseMax(wa2); in solveNumericalDiffOneStep()
|
D | LevenbergMarquardt.h | 270 diag = diag.cwiseMax(wa2); in minimizeOneStep() 520 diag = diag.cwiseMax(wa2); in minimizeOptimumStorageOneStep()
|
/external/eigen/doc/ |
D | CustomizingEigen_Plugins.dox | 51 void makeCeil(const MatrixBase<OtherDerived>& other) { derived() = derived().cwiseMax(other.derived…
|