1 #include "store_handler.h" 5 #include <c10/util/typeid.h> 9 constexpr std::chrono::milliseconds StoreHandler::kDefaultTimeout;
10 constexpr std::chrono::milliseconds StoreHandler::kNoTimeout;
12 StoreHandler::~StoreHandler() {
17 CAFFE_KNOWN_TYPE(std::unique_ptr<StoreHandler>);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...