Searched refs:fixedInputImageSize (Results 1 – 2 of 2) sorted by relevance
68 fixedInputImageSize (true) in GstOnnxClient()100 return fixedInputImageSize; in isFixedInputImageSize()226 fixedInputImageSize = width > 0 && height > 0; in createSession()259 int32_t newWidth = fixedInputImageSize ? width : vmeta->width; in parseDimensions()260 int32_t newHeight = fixedInputImageSize ? height : vmeta->height; in parseDimensions()
113 bool fixedInputImageSize; variable