Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddebug_utils.py625 def storage(self, untyped_storage, *, dtype_hint=None, device_hint=None) -> str: argument
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py2118 def device_hint(tensor) -> "str": function