Caffe2 - C++ API
A deep learning, cross platform ML framework
Static Public Attributes
nom::repr::nn::inheritedFrom< T, U > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T, typename U>
struct nom::repr::nn::inheritedFrom< T, U >

Definition at line 307 of file NeuralNet.h.

Field Documentation

template<typename T , typename U >
constexpr bool nom::repr::nn::inheritedFrom< T, U >::value
static
Initial value:
=
std::is_base_of<U, T>::value && !std::is_same<U, T>::value

Definition at line 308 of file NeuralNet.h.


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