Searched refs:aoti_torch_get_data_ptr (Results 1 – 6 of 6) sorted by relevance
217 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()
137 AOTI_TORCH_ERROR_CODE_CHECK(aoti_torch_get_data_ptr(handle_, &data_)); in ConstantHandle()
285 aoti_torch_get_data_ptr(tensor, &user_constant_ptr); in update_constant_buffer()
36 AOTI_TORCH_ERROR_CODE_CHECK(aoti_torch_get_data_ptr(handle, &data_ptr)); in convert_handle_to_arrayref_tensor()
198 AOTI_TORCH_EXPORT AOTITorchError aoti_torch_get_data_ptr(
224 AOTITorchError aoti_torch_get_data_ptr( in aoti_torch_get_data_ptr() function