Repository URL to install this package:
#pragma once #include <torch/csrc/Export.h> #include <memory> namespace torch { namespace jit { struct Graph; struct ArgumentSpec; TORCH_API void PropagateRequiresGrad(std::shared_ptr<Graph>& graph); } // namespace jit } // namespace torch