Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dparallel.cpp258 auto input_dp = torch::ones({16, 2, 3, 3}); in TEST_F() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py691 def __init__(self, input_dp): argument