Repository URL to install this package:
|
Version:
2.1.2+cpu ▾
|
#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