Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
torch
csrc
jit
passes
requires_grad_analysis.h
1
#pragma once
2
3
#include <torch/csrc/WindowsTorchApiMacro.h>
4
5
#include <memory>
6
7
namespace
torch
{
8
namespace
jit {
9
10
struct
Graph;
11
struct
ArgumentSpec;
12
13
TORCH_API
void
PropagateRequiresGrad(std::shared_ptr<Graph>& graph);
14
15
}
// namespace jit
16
}
// namespace torch
torch
Definition:
jit_type.h:17
Generated on Thu Mar 21 2019 13:06:23 for Caffe2 - C++ API by
1.8.11