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