Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_dtypes.py52 issubdtype = np_export.np_export('issubdtype')(np.issubdtype) variable
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_dtypes.py430 def issubdtype(arg1, arg2): function