Definition at line 62 of file ContextHandles.h.
Public Types | |
using | AlgorithmBackward_t = typename Layer_t::AlgorithmBackward_t |
using | AlgorithmDataType_t = typename Layer_t::AlgorithmDataType_t |
using | AlgorithmForward_t = typename Layer_t::AlgorithmForward_t |
using | AlgorithmHelper_t = typename Layer_t::AlgorithmHelper_t |
using | ReduceTensorDescriptor_t = typename Layer_t::ReduceTensorDescriptor_t |
Public Attributes | |
AlgorithmBackward_t | AlgorithmBackward |
AlgorithmForward_t | AlgorithmForward |
size_t * | BackwardWorkspace |
size_t | BackwardWorkspaceSize |
AlgorithmDataType_t | DataType |
size_t * | ForwardWorkspace |
size_t | ForwardWorkspaceSize |
ReduceTensorDescriptor_t | fReduceTensorDesc |
void * | fReductionWorkspace = nullptr |
size_t | fReductionWorkspaceSize = 0 |
AlgorithmHelper_t | HelperAlgorithm |
size_t * | HelperWorkspace |
size_t | HelperWorkspaceSize |
Additional Inherited Members | |
Public Member Functions inherited from TMVA::DNN::TWorkspace | |
virtual | ~TWorkspace () |
#include <TMVA/DNN/CNN/ContextHandles.h>
using TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::AlgorithmBackward_t = typename Layer_t::AlgorithmBackward_t |
Definition at line 64 of file ContextHandles.h.
using TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::AlgorithmDataType_t = typename Layer_t::AlgorithmDataType_t |
Definition at line 69 of file ContextHandles.h.
using TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::AlgorithmForward_t = typename Layer_t::AlgorithmForward_t |
Definition at line 63 of file ContextHandles.h.
using TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::AlgorithmHelper_t = typename Layer_t::AlgorithmHelper_t |
Definition at line 65 of file ContextHandles.h.
using TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::ReduceTensorDescriptor_t = typename Layer_t::ReduceTensorDescriptor_t |
Definition at line 67 of file ContextHandles.h.
AlgorithmBackward_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::AlgorithmBackward |
Definition at line 72 of file ContextHandles.h.
AlgorithmForward_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::AlgorithmForward |
Definition at line 71 of file ContextHandles.h.
size_t* TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::BackwardWorkspace |
Definition at line 78 of file ContextHandles.h.
size_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::BackwardWorkspaceSize |
Definition at line 84 of file ContextHandles.h.
AlgorithmDataType_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::DataType |
Definition at line 75 of file ContextHandles.h.
size_t* TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::ForwardWorkspace |
Definition at line 77 of file ContextHandles.h.
size_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::ForwardWorkspaceSize |
Definition at line 83 of file ContextHandles.h.
ReduceTensorDescriptor_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::fReduceTensorDesc |
Definition at line 88 of file ContextHandles.h.
void* TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::fReductionWorkspace = nullptr |
Definition at line 81 of file ContextHandles.h.
size_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::fReductionWorkspaceSize = 0 |
Definition at line 86 of file ContextHandles.h.
AlgorithmHelper_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::HelperAlgorithm |
Definition at line 73 of file ContextHandles.h.
size_t* TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::HelperWorkspace |
Definition at line 79 of file ContextHandles.h.
size_t TMVA::DNN::CNN::TCNNWorkspace< Layer_t >::HelperWorkspaceSize |
Definition at line 85 of file ContextHandles.h.