Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py372 def __init__(self, rank, diff_num_params=False): argument
8370 self, group_to_use, diff_num_params=False argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py14566 def diff_num_params(x): # noqa: F811 function
14571 def diff_num_params(x, y): # noqa: F811 function
14575 def diff_num_params(x, y=2, z=3): # noqa: F811 function