Skip to main content

create_maxpool_op

Function create_maxpool_op 

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