Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp111 struct LambdaInit : torch::CustomClassHolder { struct
112 int x, y;
113 LambdaInit(int x_, int y_) : x(x_), y(y_) {} in LambdaInit() argument
114 int64_t diff() { in diff()