Files
pytorch/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h

10 lines
172 B
C++

#pragma once
#include <torch/csrc/jit/serialization/flatbuffer_serializer.h>
namespace torch::jit {
TORCH_API bool register_flatbuffer_all();
} // namespace torch::jit