Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_lite_interpreter.cpp403 class TorchBindLiteInterpreterTestStruct class
500 make_custom_class<TorchBindLiteInterpreterTestStruct>(); in TEST()
1483 torch::class_<TorchBindLiteInterpreterTestStruct>(
1487 .def("get", &TorchBindLiteInterpreterTestStruct::get)
1490 [](const c10::intrusive_ptr<TorchBindLiteInterpreterTestStruct>&
1494 return c10::make_intrusive<TorchBindLiteInterpreterTestStruct>(); in __anond2aa1aa70602()