readpng_cpu.h 132 Bytes
Newer Older
1
2
3
4
5
6
#pragma once

// Comment
#include <torch/torch.h>
#include <string>

7
C10_EXPORT torch::Tensor decodePNG(const torch::Tensor& data);