pytorch/caffe2/distributed
Orion Reblitz-Richardson febc7ff99f Add __init__.py so files get picked up on install (#14898)
Summary:
This will let us install tests and other Caffe2 python code as a part of running Caffe2 tests in PyTorch.

Broken out of https://github.com/pytorch/pytorch/pull/13733/

cc pjh5 yf225
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14898

Reviewed By: pjh5

Differential Revision: D13381123

Pulled By: orionr

fbshipit-source-id: 0ec96629b0570f6cc2abb1d1d6fce084e7464dbe
2018-12-07 13:40:23 -08:00
..
__init__.py Add __init__.py so files get picked up on install (#14898) 2018-12-07 13:40:23 -08:00
CMakeLists.txt
file_store_handler.cc Support custimzed timeout when fetching blob from KVStore (#13582) 2018-11-06 18:54:56 -08:00
file_store_handler.h Support custimzed timeout when fetching blob from KVStore (#13582) 2018-11-06 18:54:56 -08:00
file_store_handler_op.cc
file_store_handler_op.h
file_store_handler_op_gpu.cc
file_store_handler_op_test.py
py_export.cc
redis_store_handler.cc Support custimzed timeout when fetching blob from KVStore (#13582) 2018-11-06 18:54:56 -08:00
redis_store_handler.h Support custimzed timeout when fetching blob from KVStore (#13582) 2018-11-06 18:54:56 -08:00
redis_store_handler_op.cc
redis_store_handler_op.h
redis_store_handler_op_gpu.cc
redis_store_handler_op_test.py
store_handler.cc Fix include paths for typeid.h (#13689) 2018-11-14 18:04:09 -08:00
store_handler.h Remove default constructor lines that do nothing, and fix warnings with clang trunk (#14300) 2018-11-30 11:16:35 -08:00
store_ops.cc Move blob serialization to free functions (#11817) 2018-09-20 23:27:34 -07:00
store_ops.h Windows DLL build with Caffe2 code (#11266) 2018-09-06 15:12:20 -07:00
store_ops_test_util.py