Home
last modified time | relevance | path

Searched defs:to_dlpack (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2020-025.md3 ### CVE Number
6 ### Impact
28 ### Vulnerable Versions
31 ### Patches
38 ### For more information
44 ### Attribution
H A Dtfsa-2020-024.md3 ### CVE Number
6 ### Impact
31 ### Vulnerable Versions
34 ### Patches
41 ### For more information
47 ### Attribution
H A Dtfsa-2020-023.md3 ### CVE Number
6 ### Impact
34 ### Vulnerable Versions
37 ### Patches
44 ### For more information
50 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/python/dlpack/
H A Ddlpack.py23 def to_dlpack(tf_tensor): function
/aosp_15_r20/external/pytorch/torch/utils/
H A Ddlpack.py7 from torch._C import _to_dlpack as to_dlpack unknown