Home
last modified time | relevance | path

Searched defs:example_args (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/executorch/docs/source/tutorials_source/
H A Dexport-to-executorch-tutorial.py68 example_args = (torch.randn(1, 3, 256, 256),) variable
103 example_args = (torch.randn(3, 3), torch.randn(3, 3)) variable
130 example_args = (torch.randn(3, 3), torch.randn(3, 3)) variable
198 example_args = (torch.randn(1, 3, 256, 256),) variable
245 example_args = (torch.randn(1, 3, 256, 256),) variable
293 example_args = (torch.randn(1, 3, 256, 256),) variable
359 example_args = (torch.ones(1),) variable
425 example_args = (torch.ones(1),) variable
463 example_args = (torch.randn(2, 2), torch.randn(2, 2), torch.randn(2, 2)) variable
497 example_args = (torch.randn(2, 2), torch.randn(2, 2), torch.randn(2, 2)) variable
[all …]
/aosp_15_r20/external/pytorch/torch/_export/db/examples/
H A Ddynamic_shape_slicing.py13 example_args = (torch.randn(3, 2),) variable
H A Dlist_unpack.py20 example_args = ([torch.randn(3, 2), torch.tensor(4), torch.tensor(5)],) variable
H A Dstatic_for_loop.py15 example_args = (torch.randn(3, 2),) variable
H A Ddynamic_shape_view.py15 example_args = (torch.randn(10, 10),) variable
H A Dconstrain_as_size_example.py20 example_args = (torch.tensor(4),) variable
H A Dnull_context_manager.py19 example_args = (torch.randn(3, 2),) variable
H A Dstatic_if.py16 example_args = (torch.randn(3, 2, 2),) variable
H A Dlist_contains.py15 example_args = (torch.randn(3, 2),) variable
H A Duser_input_mutation.py15 example_args = (torch.randn(3, 2),) variable
H A Ddynamic_shape_constructor.py13 example_args = (torch.randn(3, 2),) variable
H A Ddynamic_shape_assert.py16 example_args = (torch.randn(3, 2),) variable
H A Dpytree_flatten.py15 example_args = ({1: torch.randn(3, 2), 2: torch.randn(3, 2)},), variable
H A Ddynamic_shape_if_guard.py17 example_args = (torch.randn(3, 2, 2),) variable
H A Dcond_predicate.py20 example_args = (torch.randn(6, 4, 3),) variable
H A Dunsupported_operator.py15 example_args = (torch.randn(3, 2),) variable
H A Dconstrain_as_value_example.py23 example_args = (torch.tensor(4), torch.randn(5, 5)) variable
H A Ddictionary.py15 example_args = (torch.randn(3, 2), torch.tensor(4)) variable
H A Dtensor_setattr.py13 example_args = (torch.randn(3, 2), "attr") variable
H A Dspecialized_attribute.py25 example_args = (torch.randn(3, 2),) variable
H A Dnested_function.py21 example_args = (torch.randn(3, 2), torch.randn(2)) variable
H A Doptional_input.py17 example_args = (torch.randn(2, 3),) variable
H A Ddynamic_shape_round.py17 example_args = (x,) variable
H A Ddynamic_shape_map.py17 example_args = (torch.randn(3, 2), torch.randn(2)) variable
H A Dclass_method.py21 example_args = (torch.randn(3, 4),) variable

12