Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/soc/intel/common/block/pcie/rtd3/
H A Dchip.h59 bool is_storage; member
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCaps.cpp1131 bool is_storage(VkFormatFeatureFlags flags) { in is_storage() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_new.cpp89 bool is_storage = isStorage(seq); in compute_sizes() local
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py1024 def is_storage(obj: _Any, /) -> _TypeGuard[_Union["TypedStorage", "UntypedStorage"]]: function