mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
10 lines
241 B
C++
10 lines
241 B
C++
#include "caffe2/serialize/read_adapter_interface.h"
|
|
|
|
namespace caffe2 {
|
|
namespace serialize {
|
|
|
|
// NOLINTNEXTLINE(modernize-use-equals-default)
|
|
ReadAdapterInterface::~ReadAdapterInterface() {}
|
|
|
|
} // namespace serialize
|
|
} // namespace caffe2
|