#pragma once #include #include namespace torch::jit { struct Graph; struct ArgumentSpec; TORCH_API void PropagateRequiresGrad(std::shared_ptr& graph); } // namespace torch::jit