Shortcuts

Class FilterDescriptor

Inheritance Relationships

Base Type

  • public at::native::Descriptor< cudnnFilterStruct, &cudnnCreateFilterDescriptor, &cudnnDestroyFilterDescriptor > (Template Class Descriptor)

Class Documentation

class FilterDescriptor : public at::native::Descriptor<cudnnFilterStruct, &cudnnCreateFilterDescriptor, &cudnnDestroyFilterDescriptor>

Public Functions

inline void set(const at::Tensor &t, int64_t pad = 0)
void set(const at::Tensor &t, const at::MemoryFormat memory_format, int64_t pad = 0)
void print()

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources