#pragma once #include namespace torch { namespace jit { TORCH_API bool register_flatbuffer_all(); } // namespace jit } // namespace torch