ONE - On-device Neural Engine
|
#include <eigen_convolution_helpers.h>
Public Types | |
typedef decltype(functionExistsSfinae< TensorEvaluatorType, PacketType, IndexType >(nullptr)) | status |
Static Public Member Functions | |
template<typename TensorEvaluatorT , typename PacketT , typename IndexT > | |
static auto | functionExistsSfinae (typename std::enable_if< unpacket_traits< PacketT >::masked_load_available &&std::is_same< PacketT, decltype(std::declval< const TensorEvaluatorT >().template partialPacket< PacketT >(std::declval< IndexT >(), std::declval< typename unpacket_traits< PacketT >::mask_t >()))>::value >::type *) -> std::true_type |
template<typename TensorEvaluatorT , typename PacketT , typename IndexT > | |
static auto | functionExistsSfinae (...) -> std::false_type |
Static Public Attributes | |
static constexpr bool | value = status::value |
Definition at line 47 of file eigen_convolution_helpers.h.
typedef decltype(functionExistsSfinae<TensorEvaluatorType, PacketType, IndexType>( nullptr)) Eigen::internal::TensorEvaluatorHasPartialPacket< TensorEvaluatorType, PacketType, IndexType >::status |
Definition at line 64 of file eigen_convolution_helpers.h.
|
static |
|
static |
|
staticconstexpr |
Definition at line 66 of file eigen_convolution_helpers.h.