Logo ROOT  
Reference Guide
CudaTensor.h File Reference
#include <vector>
#include <cstring>
#include <cassert>
#include <iostream>
#include "CudaMatrix.h"
#include "TMatrixT.h"
#include "CudaBuffers.h"
Include dependency graph for CudaTensor.h:
This graph shows which files directly or indirectly include this file:

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...