Searched refs:to_py_args (Results 1 – 2 of 2) sorted by relevance
30 PyObject* to_py_args(
145 THPObjectPtr pyInputs(to_py_args(inputs, &_device_guard)); in apply()194 THPObjectPtr pyInputs(to_py_args(inputs, &_device_guard)); in defer_to_dynamo()399 PyObject* PyNode::to_py_args( in to_py_args() function in torch::autograd::PyNode