Home
last modified time | relevance | path

Searched defs:as_complex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_seq_tensor.cc642 auto as_complex = PyComplex_AsCComplex(v); in ConvertScalar() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSpectralOps.cpp995 static Tensor as_complex(const Tensor& self) { in as_complex() function