Home
last modified time | relevance | path

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

/external/pytorch/torch/_higher_order_ops/
Dcond.py31 _temp_remove_pre_dispatch_torch_function_mode,
174 with _temp_remove_pre_dispatch_torch_function_mode():
/external/pytorch/torch/nn/attention/
Dflex_attention.py22 _temp_remove_pre_dispatch_torch_function_mode,
1037 with _temp_remove_pre_dispatch_torch_function_mode():
/external/pytorch/torch/fx/experimental/
Dproxy_tensor.py1088 def _temp_remove_pre_dispatch_torch_function_mode() -> Generator[None, None, None]: function