#pragma once #include namespace torch::jit { TORCH_API void Autocast(const std::shared_ptr& graph); TORCH_API bool setAutocastMode(bool value); TORCH_API bool autocastEnabled(); } // namespace torch::jit