Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp1689 PyObject* obj_param_sig = THPUtils_packString(param_sig); in THCPModule_cuda_tunableop_get_results() local
1690 if (!obj_param_sig) in THCPModule_cuda_tunableop_get_results()
1699 PyTuple_SET_ITEM(inner_tuple.get(), 1, obj_param_sig); in THCPModule_cuda_tunableop_get_results()