Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DMatrixCwiseBinaryOps.h78 cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMin() function
89 cwiseMin(const Scalar &other) const in cwiseMin() function
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_builtins_sycl.cpp37 template <typename T> T cwiseMin(T x, T y) { return cl::sycl::min(x, y); } in cwiseMin() function
291 DECLARE_BINARY_STRUCT(cwiseMin) in DECLARE_BINARY_STRUCT() argument
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h414 cwiseMin(Scalar threshold) const { in cwiseMin() function
491 cwiseMin(const OtherDerived& other) const { in cwiseMin() function
H A DTensorCostModel.h97 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost cwiseMin( in cwiseMin() function