Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp68 struct _StaticMethod : torch::CustomClassHolder { struct
70 _StaticMethod() {} in _StaticMethod() argument
71 static int64_t staticMethod(int64_t input) { in staticMethod()