Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DDevice.h101 bool is_ve() const noexcept { in is_ve() function
H A DTensorImpl.h1167 bool is_ve() const { in is_ve() function
1171 return device_custom().is_ve(); in is_ve()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensorBase.h475 bool is_ve() const { in is_ve() function
477 return impl_->is_ve(); in is_ve()