Files
pytorch/torch/csrc/jit/frontend/exit_transforms.h

11 lines
193 B
C++

#pragma once
#include <torch/csrc/Export.h>
#include <torch/csrc/jit/ir/ir.h>
namespace torch::jit {
TORCH_API void TransformExits(std::shared_ptr<Graph>& graph);
} // namespace torch::jit