Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Static Public Member Functions
c10::guts::detail::__array_traits< _Tp, _Nm > Struct Template Referencefinal

Public Types

using _Type = _Tp[_Nm]
 

Static Public Member Functions

static constexpr _Tp & _S_ref (const _Type &__t, std::size_t __n) noexcept
 
static constexpr _Tp * _S_ptr (const _Type &__t) noexcept
 

Detailed Description

template<typename _Tp, std::size_t _Nm>
struct c10::guts::detail::__array_traits< _Tp, _Nm >

Definition at line 50 of file Array.h.


The documentation for this struct was generated from the following file: