Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py7298 def test_as_tensor_tensor_input(input): function
7303 g = test_as_tensor_tensor_input.graph_for(torch.ones(3, 4), profile_and_replay=True)
7307 g = test_as_tensor_tensor_input.graph_for(torch.ones(3, 4))
7386 def test_as_tensor_tensor_input(input): function
7392 self.checkScript(test_as_tensor_tensor_input, (inp,))