mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/129055 Approved by: https://github.com/r-barnes
10 lines
172 B
C++
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
|