Home
last modified time | relevance | path

Searched refs:TorchBindFlatbufferTestStruct (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_flatbuffer.cpp590 class TorchBindFlatbufferTestStruct : public torch::jit::CustomClassHolder { class
686 auto custom_class_obj = make_custom_class<TorchBindFlatbufferTestStruct>(); in TEST()
1167 torch::class_<TorchBindFlatbufferTestStruct>(
1171 .def("get", &TorchBindFlatbufferTestStruct::get)
1174 [](const c10::intrusive_ptr<TorchBindFlatbufferTestStruct>& self)
1178 return c10::make_intrusive<TorchBindFlatbufferTestStruct>(); in __anon8587c2c70602()