Home
last modified time | relevance | path

Searched defs:to_complex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dcomplexobject.c435 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() function
/aosp_15_r20/external/python/cpython2/Objects/
Dcomplexobject.c492 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp3823 const auto to_complex = [](const Tensor& A) { in linalg_eig_jvp() local