Home
last modified time | relevance | path

Searched defs:SyncTensorCollection (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.h148 struct SyncTensorCollection { struct
149 SyncTensorCollection() : hash(0) {} in SyncTensorCollection() function
151 SyncTensorsConfig config;
152 std::vector<size_t> indices;
153 hash_t hash;
154 std::vector<ExceptionCleanup> unlocker;
155 BackendDevice device;