//! Shared `DataType` shape constants and size limits for data movement ops.
use crateDataType;
pub const BYTES_BYTES_INPUTS: & = &;
pub const BYTES_U32_INPUTS: & = &;
pub const U32_U32_INPUTS: & = &;
pub const BYTES_OUTPUTS: & = &;
pub const TWO_BYTES_OUTPUTS: & = &;
/// Maximum byte output produced by a single data movement CPU reference call.
pub const MAX_OUTPUT_BYTES: usize = 64 * 1024 * 1024;