Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/tensor/parallel/
H A D_utils.py11 from torch._dynamo.external_utils import is_compiling as is_torchdynamo_compiling unknown
14 def is_torchdynamo_compiling(): # type: ignore[misc] function
/aosp_15_r20/external/pytorch/torch/distributed/
H A D_functional_collectives.py23 def is_torchdynamo_compiling(): function
29 from torch.compiler import is_dynamo_compiling as is_torchdynamo_compiling unknown
35 def is_torchdynamo_compiling(): function