Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Darrayref_tensor.h217 AOTI_TORCH_ERROR_CODE_CHECK(aoti_torch_get_data_ptr(result, &dataPtr)); in expensiveCopyToTensor()
311 AOTI_TORCH_ERROR_CODE_CHECK(aoti_torch_get_data_ptr(tensor, &result)); in get_data_ptr_wrapper()
H A Dutils.h137 AOTI_TORCH_ERROR_CODE_CHECK(aoti_torch_get_data_ptr(handle_, &data_)); in ConstantHandle()
H A Dmodel_container.h285 aoti_torch_get_data_ptr(tensor, &user_constant_ptr); in update_constant_buffer()
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dimplementation.cpp36 AOTI_TORCH_ERROR_CODE_CHECK(aoti_torch_get_data_ptr(handle, &data_ptr)); in convert_handle_to_arrayref_tensor()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/c/
H A Dshim.h198 AOTI_TORCH_EXPORT AOTITorchError aoti_torch_get_data_ptr(
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Dshim_common.cpp224 AOTITorchError aoti_torch_get_data_ptr( in aoti_torch_get_data_ptr() function