mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/129055 Approved by: https://github.com/r-barnes
9 lines
172 B
C++
9 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
|