PyTorch
|
Classes | |
struct | ActivationDescriptor |
union | Constant |
struct | ConvolutionDescriptor |
struct | CTCLossDescriptor |
class | Descriptor |
struct | DescriptorDeleter |
class | DftiDescriptor |
struct | DftiDescriptorDeleter |
struct | DropoutDescriptor |
class | FilterDescriptor |
struct | RNNDescriptor |
struct | SpatialTransformerDescriptor |
class | TensorDescriptor |
Functions | |
int | dataSize (cudnnDataType_t dataType) |
template<typename T > | |
static void | fixSizeOneDimStride (int dim, const T *size, T *stride, bool nhwc) |
std::ostream & | operator<< (std::ostream &out, const TensorDescriptor &d) |
std::ostream & | operator<< (std::ostream &out, const FilterDescriptor &d) |
TORCH_CUDA_CPP_API cudnnDataType_t | getCudnnDataTypeFromScalarType (const at::ScalarType dtype) |
cudnnDataType_t | getCudnnDataType (const at::Tensor &tensor) |
Tensor | contiguousIfZeroInStrides (const Tensor &t) |
at::Tensor | clone_preserve_strides (const at::Tensor &self) |
bool | cat_should_skip_tensor (const Tensor &t) |
void | check_cat_shape_except_dim (const Tensor &first, const Tensor &second, int64_t dimension, int64_t index) |
void | check_cat_no_zero_dim (const MaterializedITensorListRef &tensors) |
int64_t | get_num_splits (const Tensor &self, int64_t split_size, int64_t dim) |
|
inline |
|
inline |
|
inline |
at::Tensor at::native::clone_preserve_strides | ( | const at::Tensor & | self | ) |
|
inline |
|
inlinestatic |
|
inline |
cudnnDataType_t at::native::getCudnnDataType | ( | const at::Tensor & | tensor | ) |
TORCH_CUDA_CPP_API cudnnDataType_t at::native::getCudnnDataTypeFromScalarType | ( | const at::ScalarType | dtype | ) |
std::ostream & at::native::operator<< | ( | std::ostream & | out, |
const FilterDescriptor & | d | ||
) |
std::ostream & at::native::operator<< | ( | std::ostream & | out, |
const TensorDescriptor & | d | ||
) |