Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcdoexm.h107 typedef class StorageGroup StorageGroup; typedef
109 typedef struct StorageGroup StorageGroup; typedef
537 class StorageGroup; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dmemory_planner.h11 explicit StorageGroup(at::Tensor* tensor) : group_{tensor} {} in StorageGroup() function