Searched defs:LambdaInit (Results 1 – 1 of 1) sorted by relevance
111 struct LambdaInit : torch::CustomClassHolder { struct112 int x, y;113 LambdaInit(int x_, int y_) : x(x_), y(y_) {} in LambdaInit() argument114 int64_t diff() { in diff()