#pragma once #include namespace torch::jit { TORCH_API void setUTF8DecodingIgnore(bool o); TORCH_API bool getUTF8DecodingIgnore(); } // namespace torch::jit