Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dimplementation.cpp51 aoti_torch_get_device_index(handle, &device_index)); in convert_handle_to_arrayref_tensor()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/c/
H A Dshim.h239 aoti_torch_get_device_index(AtenTensorHandle tensor, int32_t* ret_device_index);
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Dshim_common.cpp334 AOTITorchError aoti_torch_get_device_index( in aoti_torch_get_device_index() function