Home
last modified time | relevance | path

Searched defs:checkDeviceType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorUtils.cpp247 static void checkDeviceType(CheckedFrom c, const Tensor& t, DeviceType device_type) { in checkDeviceType() function
255 void checkDeviceType(CheckedFrom c, at::ArrayRef<Tensor> tensors, at::DeviceType device_type) { in checkDeviceType() function