Sign in
android
/
platform
/
external
/
pytorch
/
141d81d095
/
.
/
torch
/
csrc
/
jit
/
import.h
blob: fa1878d827b5316b0819f2112e2bce25be010e04 [
file
] [
log
] [
blame
]
#pragma
once
#include
"torch/csrc/jit/ir.h"
namespace
torch
{
namespace
jit
{
std
::
shared_ptr
<
Graph
>
ImportIRGraph
(
const
std
::
string
&
serialized_graph
,
std
::
vector
<
at
::
Tensor
>
&
initializers
);
}}