Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp104 struct FooReadWrite : torch::CustomClassHolder { struct
105 int64_t x;
106 const int64_t y;
107 FooReadWrite() : x(0), y(0) {} in FooReadWrite() function
108 FooReadWrite(int64_t x_, int64_t y_) : x(x_), y(y_) {} in FooReadWrite() argument