pytorch/caffe2/serialize
Nikita Shulga ad3fed8b90 [BE] Fix signed-unsigned warnings (#48848)
Summary:
Switch to range loops when possible
Replace `ptrdiff_t`(signed type) with `size_t`(unsigned type)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/48848

Reviewed By: walterddr

Differential Revision: D25376591

Pulled By: malfet

fbshipit-source-id: 9835f83b7a17b6acc20731cc89c1c11c2aa01a78
2020-12-08 08:58:11 -08:00
..
CMakeLists.txt
crc.cc
crc_alt.h [BE] Fix signed-unsigned warnings (#48848) 2020-12-08 08:58:11 -08:00
file_adapter.cc
file_adapter.h
inline_container.cc Add another torch::jit::load API to load PyTorch model with shared_ptr PyTorchStreamReader input (#48802) 2020-12-06 18:09:25 -08:00
inline_container.h Add another torch::jit::load API to load PyTorch model with shared_ptr PyTorchStreamReader input (#48802) 2020-12-06 18:09:25 -08:00
inline_container_test.cc
istream_adapter.cc
istream_adapter.h
read_adapter_interface.cc
read_adapter_interface.h