Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::DNN::CNN::TCNNDescriptors< Layer_t > Struct Template Reference

template<typename Layer_t>
struct TMVA::DNN::CNN::TCNNDescriptors< Layer_t >

Definition at line 51 of file ContextHandles.h.

Public Types

using HelperDescriptor_t = typename Layer_t::HelperDescriptor_t
 Used to define possible helpers for the layers (e.g. activations)
 
using LayerDescriptor_t = typename Layer_t::LayerDescriptor_t
 Main layer operation.
 
using WeightsDescriptor_t = typename Layer_t::WeightsDescriptor_t
 The weights that are modified (e.g filters)
 

Public Attributes

HelperDescriptor_t HelperDescriptor
 
LayerDescriptor_t LayerDescriptor
 
WeightsDescriptor_t WeightsDescriptor
 

Additional Inherited Members

- Public Member Functions inherited from TMVA::DNN::TDescriptors
virtual ~TDescriptors ()
 

#include <TMVA/DNN/CNN/ContextHandles.h>

Inheritance diagram for TMVA::DNN::CNN::TCNNDescriptors< Layer_t >:
[legend]

Member Typedef Documentation

◆ HelperDescriptor_t

template<typename Layer_t >
using TMVA::DNN::CNN::TCNNDescriptors< Layer_t >::HelperDescriptor_t = typename Layer_t::HelperDescriptor_t

Used to define possible helpers for the layers (e.g. activations)

Definition at line 53 of file ContextHandles.h.

◆ LayerDescriptor_t

template<typename Layer_t >
using TMVA::DNN::CNN::TCNNDescriptors< Layer_t >::LayerDescriptor_t = typename Layer_t::LayerDescriptor_t

Main layer operation.

Definition at line 52 of file ContextHandles.h.

◆ WeightsDescriptor_t

template<typename Layer_t >
using TMVA::DNN::CNN::TCNNDescriptors< Layer_t >::WeightsDescriptor_t = typename Layer_t::WeightsDescriptor_t

The weights that are modified (e.g filters)

Definition at line 54 of file ContextHandles.h.

Member Data Documentation

◆ HelperDescriptor

template<typename Layer_t >
HelperDescriptor_t TMVA::DNN::CNN::TCNNDescriptors< Layer_t >::HelperDescriptor

Definition at line 57 of file ContextHandles.h.

◆ LayerDescriptor

template<typename Layer_t >
LayerDescriptor_t TMVA::DNN::CNN::TCNNDescriptors< Layer_t >::LayerDescriptor

Definition at line 56 of file ContextHandles.h.

◆ WeightsDescriptor

template<typename Layer_t >
WeightsDescriptor_t TMVA::DNN::CNN::TCNNDescriptors< Layer_t >::WeightsDescriptor

Definition at line 58 of file ContextHandles.h.

Collaboration diagram for TMVA::DNN::CNN::TCNNDescriptors< Layer_t >:
[legend]

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