xref: /aosp_15_r20/external/pytorch/torch/csrc/jit/python/update_graph_executor_opt.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 #include <torch/csrc/Export.h>
3 namespace torch::jit {
4 TORCH_API void setGraphExecutorOptimize(bool o);
5 TORCH_API bool getGraphExecutorOptimize();
6 } // namespace torch::jit
7