blob: 273740898f95921de1302dbf2919c4229fea57d1 [file] [log] [blame]
#pragma once
#include "torch/csrc/jit/ir.h"
namespace torch { namespace jit {
std::string ExportGraph(const std::shared_ptr<Graph>& graph,
const std::vector<at::Tensor> & initializers);
}}