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