Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_builtins.py257 def tensor_to_int_script(x, tensor): function
262 tensor_to_int_script(torch.tensor([2]), torch.tensor([2, 2]))
283 script_funs = [tensor_to_int_script, tensor_to_float_script]