Searched defs:FooReadWrite (Results 1 – 1 of 1) sorted by relevance
104 struct FooReadWrite : torch::CustomClassHolder { struct105 int64_t x;106 const int64_t y;107 FooReadWrite() : x(0), y(0) {} in FooReadWrite() function108 FooReadWrite(int64_t x_, int64_t y_) : x(x_), y(y_) {} in FooReadWrite() argument