#pragma once #include namespace torch { namespace jit{ TORCH_API void setGraphExecutorOptimize(bool o); TORCH_API bool getGraphExecutorOptimize(); } }