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