xref: /aosp_15_r20/external/pytorch/torch/csrc/jit/python/utf8_decoding_ignore.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 #include <torch/csrc/Export.h>
3 namespace torch::jit {
4 TORCH_API void setUTF8DecodingIgnore(bool o);
5 TORCH_API bool getUTF8DecodingIgnore();
6 } // namespace torch::jit
7