Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
CudaTensor.h File Reference
#include <vector>
#include <cstring>
#include <cassert>
#include <iostream>
#include "CudaMatrix.h"
#include "TMatrixT.h"
#include "CudaBuffers.h"

Classes

class  TMVA::DNN::TCudaTensor< AFloat >
 TCudaTensor Class. More...
struct  TMVA::DNN::TCudaTensor< AFloat >::TensorDescriptor

Namespaces

namespace  TMVA
 create variable transformations
namespace  TMVA::DNN
namespace  TMVA::Experimental

Typedefs

using TMVA::DNN::MemoryLayout = TMVA::Experimental::MemoryLayout

Enumerations

enum class  TMVA::Experimental::MemoryLayout : uint8_t { TMVA::Experimental::RowMajor = 0x01 , TMVA::Experimental::ColumnMajor = 0x02 , TMVA::Experimental::RowMajor = 0x01 , TMVA::Experimental::ColumnMajor = 0x02 }
 Memory layout type (copy from RTensor.hxx). More...