Home
last modified time | relevance | path

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

/external/pytorch/c10/core/
DUndefinedTensorImpl.cpp26 bool UndefinedTensorImpl::has_storage() const { in has_storage() function in c10::UndefinedTensorImpl
DTensorImpl.cpp292 bool TensorImpl::has_storage() const { in has_storage() function in c10::TensorImpl
DTensorImpl.h1011 has_storage() const in has_storage() function
/external/pytorch/aten/src/ATen/
DSparseTensorImpl.cpp69 bool SparseTensorImpl::has_storage() const { in has_storage() function in at::SparseTensorImpl
DOpaqueTensorImpl.h60 bool has_storage() const override { in has_storage() function
DLegacyBatchedTensorImpl.cpp106 bool BatchedTensorImpl::has_storage() const { in has_storage() function in at::BatchedTensorImpl
DTensorIterator.cpp1522 auto has_storage = true; in build() local
/external/pytorch/aten/src/ATen/functorch/
DBatchedTensorImpl.cpp145 bool BatchedTensorImpl::has_storage() const { in has_storage() function in at::functorch::BatchedTensorImpl
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp92 ast_type_qualifier::has_storage() const in has_storage() function in ast_type_qualifier
/external/pytorch/aten/src/ATen/core/
DTensorBase.h342 bool has_storage() const { in has_storage() function