Home
last modified time | relevance | path

Searched refs:can_handle_tensor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dproxy_tensor.py770 def can_handle_tensor(x: Tensor) -> bool: function
780 if not all(can_handle_tensor(x) for x in flat_args_kwargs if isinstance(x, Tensor)):