HomeSort by relevance Sort by last modified time
    Searched defs:array_prod (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDimensions.h 138 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t array_prod(const Sizes<Indices...>&) { function in namespace:Eigen::internal
225 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::size_t array_prod(const Sizes<V1, V2, V3, V4, V5>&) {
270 return (NumDims == 0) ? 1 : internal::array_prod(*static_cast<const Base*>(this));
TensorIndexList.h 353 template<typename FirstType, typename... OtherTypes> size_t array_prod(const IndexList<FirstType, OtherTypes...>& sizes) { function in namespace:Eigen::internal
  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateCXX11Meta.h 179 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename NList::HeadType::type array_prod(const NList&) { function in namespace:Eigen::internal
184 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const array<t, n>& a) { function in namespace:Eigen::internal
190 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const array<t, 0>& /*a*/) { function in namespace:Eigen::internal
195 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const std::vector<t>& a) { function in namespace:Eigen::internal

Completed in 71 milliseconds