Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp_api_parity/
H A Dfunctional_impl_check.py34 move_python_tensors_to_device,
80 move_python_tensors_to_device(
84 inputs += move_python_tensors_to_device(
87 inputs += move_python_tensors_to_device(
H A Dmodule_impl_check.py34 move_python_tensors_to_device,
113 move_python_tensors_to_device(
117 inputs += move_python_tensors_to_device(
120 inputs += move_python_tensors_to_device(
H A Dutils.py165 def move_python_tensors_to_device(python_tensors, device): function