//! GPU Acceleration Support for Android
//!//! This module provides GPU compute acceleration using Vulkan and OpenGL ES
//! for neural network inference on Android devices.
pubmodvulkan;pubmodopengl_es;// Re-export main types and functions
pubusevulkan::*;pubuseopengl_es::*;