Sign in
android
/
platform
/
external
/
pytorch
/
89443f4ac1
/
.
/
torch
/
csrc
/
jit
/
passes
/
inliner.h
blob: b4db0ad189282d83a2e184993e1c790a41527bf3 [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/jit/ir/ir.h>
namespace
torch
{
namespace
jit
{
// Inline function and method calls.
TORCH_API
void
Inline
(
Graph
&
graph
);
TORCH_API
GraphFunction
*
tryToGraphFunction
(
Node
*
n
);
}
// namespace jit
}
// namespace torch