Searched defs:OutOfMemoryError (Results 1 – 5 of 5) sorted by relevance
49 OutOfMemoryError::OutOfMemoryError(const char *message, const char *expr, const char *file, int lin… in OutOfMemoryError() function in glu::OutOfMemoryError54 OutOfMemoryError::OutOfMemoryError(const std::string &message) : tcu::ResourceError(message) in OutOfMemoryError() function in glu::OutOfMemoryError
84 class OutOfMemoryError : public tcu::ResourceError class
78 OutOfMemoryError::OutOfMemoryError(VkResult error, const char *message, const char *expr, const cha… in OutOfMemoryError() function in vk::OutOfMemoryError85 OutOfMemoryError::OutOfMemoryError(VkResult error, const std::string &message) in OutOfMemoryError() function in vk::OutOfMemoryError
363 class OutOfMemoryError : public tcu::ResourceError class
272 OutOfMemoryError = torch._C.OutOfMemoryError variable