Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dnn_utils.cpp652 bool should_shuffle) { in TEST_F()
727 std::vector<int64_t> sorted_lengths = std::get<0>(test_case); in TEST_F() local
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_packed_sequence.py383 def generate_test_case(sorted_lengths, should_shuffle): argument