image.h 155 Bytes
Newer Older
1
2
3
4
5
6

#pragma once

// Comment
#include <torch/script.h>
#include <torch/torch.h>
7
#include "readjpeg_cpu.h"
8
#include "readpng_cpu.h"
9
#include "writejpeg_cpu.h"