
#pragma once

#include <torch/csrc/jit/ir/ir.h>

namespace torch::jit {

TORCH_API void Autocast(const std::shared_ptr<Graph>& graph);

TORCH_API bool setAutocastMode(bool value);
TORCH_API bool autocastEnabled();

} // namespace torch::jit
