CUDNN API
8
|
Functions | |
auto | cudnn_frontend::TensorBuilder_v8::setDataType (cudnnDataType_t data_type_) -> TensorBuilder_v8 & |
Set Datatype for the Tensor_v8. More... | |
auto | cudnn_frontend::TensorBuilder_v8::setDim (int64_t ndim, int64_t const *dim) -> TensorBuilder_v8 & |
Set Dimensions of the tensor. More... | |
auto | cudnn_frontend::TensorBuilder_v8::setStrides (int64_t ndim, int64_t const *strides) -> TensorBuilder_v8 & |
Set Strides of the tensor. More... | |
auto | cudnn_frontend::TensorBuilder_v8::setId (int64_t id_) -> TensorBuilder_v8 & |
Set Unique Id of the tensor. More... | |
auto | cudnn_frontend::TensorBuilder_v8::setAlignment (int64_t alignment_) -> TensorBuilder_v8 & |
Set Alignment of the tensor. More... | |
auto | cudnn_frontend::TensorBuilder_v8::setVirtual (bool virtual_=true) -> TensorBuilder_v8 & |
Set Alignment of the tensor. More... | |
Set individual property of Tensor_v8 class
|
inline |
Set Alignment of the tensor.
Definition at line 140 of file cudnn_frontend_Tensor.h.
|
inline |
Set Datatype for the Tensor_v8.
Definition at line 115 of file cudnn_frontend_Tensor.h.
|
inline |
Set Dimensions of the tensor.
Definition at line 121 of file cudnn_frontend_Tensor.h.
|
inline |
Set Unique Id of the tensor.
Definition at line 134 of file cudnn_frontend_Tensor.h.
|
inline |
Set Strides of the tensor.
Definition at line 128 of file cudnn_frontend_Tensor.h.
|
inline |
Set Alignment of the tensor.
Definition at line 146 of file cudnn_frontend_Tensor.h.