Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.h7 struct ScalarTypeClass : public torch::CustomClassHolder { struct
8 ScalarTypeClass(at::ScalarType s) : scalar_type_(s) {} in ScalarTypeClass() argument
9 at::ScalarType scalar_type_;
H A Dtest_custom_class.cpp48 TEST(CustomClassTest, ScalarTypeClass) { in TEST() argument