Skip to content

Instantly share code, notes, and snippets.

@dimitry-ishenko
dimitry-ishenko / README.md
Last active August 31, 2019 21:32
Dilated and Causal Convolution examples

Dilated and Causal Convolution examples

#include <errno.h>
#include <fcntl.h>
#include <linux/limits.h> // PATH_MAX
#include <linux/vt.h> // VT_*
#include <stdio.h>
#include <stdlib.h>
#include <string.h> // strerror
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>