ANEURALNETWORKS_PADDING_VALID

Constant ANEURALNETWORKS_PADDING_VALID 

Source
pub const ANEURALNETWORKS_PADDING_VALID: PaddingCode = 2;
Expand description

VALID padding. No padding. When the input size is not evenly divisible by the filter size, the input at the end that could not fill the whole filter tile will simply be ignored.