Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
Dpython_function.cpp702 THPObjectPtr py_view_as_method(PyObject_GetAttrString(py_x, "view_as")); in _wrap_outputs() local
703 if (!py_view_as_method) in _wrap_outputs()
708 THPObjectPtr result(PyObject_CallObject(py_view_as_method, args)); in _wrap_outputs()