Home
last modified time | relevance | path

Searched refs:test_data_ptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py9289 def test_data_ptr(getter): function
9302 test_data_ptr(lambda a: a.values().data_ptr())
9303 test_data_ptr(lambda a: a.crow_indices().data_ptr())
9304 test_data_ptr(lambda a: a.col_indices().data_ptr())
9306 test_data_ptr(lambda a: a.data_ptr())
H A Dtest_nestedtensor.py618 def test_data_ptr(getter): function
626 test_data_ptr(lambda nt: nt.data_ptr())