readjpeg_cpu.h 93 Bytes
Newer Older
1
2
3
4
5
#pragma once

#include <torch/torch.h>

torch::Tensor decodeJPEG(const torch::Tensor& data);