Home
last modified time | relevance | path

Searched refs:StorageImplData (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/profiler/
Ddata_flow.cpp14 StorageImplData storage_;
40 const StorageImplData ptr{a.ptr_}; in operator ()()
112 using key_t = std::pair<StorageImplData, c10::Device>; in calculateUniqueTensorIDs()
Ddata_flow.h48 using StorageImplData = strong::type< variable
Dcollection.h47 StorageImplData data_;
/external/pytorch/torch/csrc/profiler/python/
Dinit.h15 STRONG_POINTER_TYPE_CASTER(torch::profiler::impl::StorageImplData);