Searched defs:SyncTensorCollection (Results 1 – 1 of 1) sorted by relevance
148 struct SyncTensorCollection { struct149 SyncTensorCollection() : hash(0) {} in SyncTensorCollection() function151 SyncTensorsConfig config;152 std::vector<size_t> indices;153 hash_t hash;154 std::vector<ExceptionCleanup> unlocker;155 BackendDevice device;