Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSAllocatorInterface.h49 ALLOCATION_FAILED // buffer allocation failed enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs1264 pub const ALLOCATION_FAILED: Self = Self(4); constant