Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_prims_common/
H A Dwrappers.py188 def is_cpu_scalar(x: TensorLikeType) -> bool: function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp825 bool TensorIteratorBase::is_cpu_scalar(int64_t arg) const { in is_cpu_scalar() function in at::TensorIteratorBase