// XLA frontend components
//
// This module contains the frontend components for XLA compilation,
// including graph capture, operation lowering, and shape inference.
// Re-export main types selectively to avoid ambiguous glob re-exports
// (ShapePattern exists in both operation_lowering and shape_inference)
pub use *;
pub use OperationLowering;
pub use ShapeInference;