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