Searched refs:TorchBindFlatbufferTestStruct (Results 1 – 1 of 1) sorted by relevance
590 class TorchBindFlatbufferTestStruct : public torch::jit::CustomClassHolder { class686 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()