Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A Dstatic.h19 struct has_forward { struct
21 using yes = int8_t;
22 using no = int16_t;
41 static constexpr bool value = (sizeof(test<T>(nullptr)) == sizeof(yes));