Home
last modified time | relevance | path

Searched defs:isreal (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorCompare.cpp366 Tensor isreal(const Tensor& self) { in isreal() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py805 def isreal(x): function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py1774 def isreal(x: ArrayLike): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py742 def isreal(a: TensorLikeType) -> TensorLikeType: function