Home
last modified time | relevance | path

Searched defs:cwiseMax (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DMatrixCwiseBinaryOps.h104 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMax() function
115 cwiseMax(const Scalar &other) const in cwiseMax() function
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h407 cwiseMax(Scalar threshold) const { in cwiseMax() function
485 cwiseMax(const OtherDerived& other) const { in cwiseMax() function
H A DTensorCostModel.h106 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost cwiseMax( in cwiseMax() function
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_builtins_sycl.cpp36 template <typename T> T cwiseMax(T x, T y) { return cl::sycl::max(x, y); } in cwiseMax() function