blob: 2fc835c4743b7b42d02aafd300bc65808e156a40 [file] [log] [blame]
#include <string>
#include <torch/csrc/WindowsTorchApiMacro.h>
namespace torch {
namespace jit {
struct Graph;
namespace script {
// \brief Parse IR from \p STR constructing the corresponding IR in\ GRAPH.
TORCH_API void parseIR(const std::string& str, torch::jit::Graph* graph);
} // namespace script
} // namespace jit
} // namespace torch