tvm
Public Member Functions | List of all members
tvm::runtime::hexagon::SDLTensor< NDIM > Class Template Reference

#include <conv2d.h>

Inheritance diagram for tvm::runtime::hexagon::SDLTensor< NDIM >:
Collaboration diagram for tvm::runtime::hexagon::SDLTensor< NDIM >:

Public Member Functions

 SDLTensor (void *data_ptr, DLDataType data_type, void *data_space, const int64_t *data_dims)
 
 SDLTensor (void *data_ptr, DLDataType data_type, void *data_space, std::initializer_list< int64_t > data_dims)
 
void * GetDataSpace () const
 

Constructor & Destructor Documentation

◆ SDLTensor() [1/2]

template<size_t NDIM>
tvm::runtime::hexagon::SDLTensor< NDIM >::SDLTensor ( void *  data_ptr,
DLDataType  data_type,
void *  data_space,
const int64_t *  data_dims 
)
inline

◆ SDLTensor() [2/2]

template<size_t NDIM>
tvm::runtime::hexagon::SDLTensor< NDIM >::SDLTensor ( void *  data_ptr,
DLDataType  data_type,
void *  data_space,
std::initializer_list< int64_t >  data_dims 
)
inline

Member Function Documentation

◆ GetDataSpace()

template<size_t NDIM>
void* tvm::runtime::hexagon::SDLTensor< NDIM >::GetDataSpace ( ) const
inline

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