Home
last modified time | relevance | path

Searched defs:pytree (Results 1 – 25 of 188) sorted by relevance

12345678

/aosp_15_r20/external/pytorch/test/
H A Dtest_pytree.py492 def run_test(pytree): argument
520 def run_test(pytree, one_level_leaves): argument
565 def run_test(pytree): argument
599 def run_test(pytree): argument
/aosp_15_r20/external/pytorch/torch/distributed/tensor/experimental/
H A D_func_map.py12 from torch.utils import _cxx_pytree as pytree unknown
14 from torch.utils import _pytree as pytree # type: ignore[no-redef] unknown
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_dispatch.py36 from torch.utils import _cxx_pytree as pytree unknown
38 from torch.utils import _pytree as pytree # type: ignore[no-redef] unknown
/aosp_15_r20/external/executorch/extension/pytree/test/
H A Dtest_pytree.cpp144 TEST(pytree, FlattenDict) { in TEST() argument
161 TEST(pytree, FlattenNestedDict) { in TEST() argument
H A Dtest.py224 def run_test(pytree): argument
242 def run_test(pytree): argument
/aosp_15_r20/external/executorch/extension/pytree/
H A Dpybindings.cpp20 namespace pytree { namespace
301 const auto& pytree = p.second; in tree_map() local
/aosp_15_r20/external/pytorch/torch/_export/db/examples/
H A Dpytree_flatten.py4 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/executorch/exir/passes/
H A Dinsert_write_back_for_buffers_pass.py19 from torch.utils import _pytree as pytree unknown
H A Dquant_fusion_pass.py12 from torch.utils import _pytree as pytree unknown
H A Dconst_prop_pass.py15 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Dautograd_registration.py6 import torch.utils._pytree as pytree namespace
/aosp_15_r20/external/executorch/devtools/bundled_program/test/
H A Dtest_end2end.py20 import executorch.extension.pytree as pytree namespace
/aosp_15_r20/external/executorch/exir/capture/
H A D_unlift.py13 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/executorch/exir/
H A Dmemory.py15 from torch.utils import _pytree as pytree unknown
H A Dpass_manager.py13 import torch.utils._pytree as pytree namespace
/aosp_15_r20/external/executorch/backends/cadence/aot/
H A D_passes.py13 import torch.utils._pytree as pytree namespace
/aosp_15_r20/external/pytorch/torch/fx/passes/backends/
H A Dcudagraphs.py7 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/executorch/exir/emit/
H A D_emit_program.py24 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/pytorch/torch/export/passes/
H A D__init__.py4 import torch.utils._pytree as pytree namespace
/aosp_15_r20/external/pytorch/torch/nn/utils/
H A D_per_sample_grad.py6 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/pytorch/torch/distributed/_shard/
H A Dcommon_op_utils.py5 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompile_utils.py9 from torch.utils import _pytree as pytree unknown
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dcollect_metadata_analysis.py18 import torch.utils._pytree as pytree namespace
H A Ddispatch_and_compile_graph.py11 import torch.utils._pytree as pytree namespace
/aosp_15_r20/external/pytorch/torch/_inductor/
H A D__init__.py5 import torch.utils._pytree as pytree namespace

12345678