pub fn create_maxpool_op<T: HasShape>(
tensor: &T,
direction: ExpansionDirection,
expand_ratio: f64,
) -> Result<OperatorMaxPool, SimError>pub fn create_maxpool_op<T: HasShape>(
tensor: &T,
direction: ExpansionDirection,
expand_ratio: f64,
) -> Result<OperatorMaxPool, SimError>