Home
last modified time | relevance | path

Searched refs:mask_height (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp275 const int32_t mask_height = pMaskBitmap->GetHeight(); in SetImage() local
278 CreateXObjectImageDict(mask_width, mask_height); in SetImage()
282 mask_buf.resize(Fx2DSizeOrDie(mask_width, mask_height)); in SetImage()
283 for (int32_t a = 0; a < mask_height; a++) { in SetImage()
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dimage_segmenter.md290 - tensor of size `[batch x mask_height x mask_width x num_classes]`, where
291 `batch` is required to be 1, `mask_width` and `mask_height` are the
/external/tflite-support/tensorflow_lite_support/cc/task/
DREADME.md305 - tensor of size `[batch x mask_height x mask_width x num_classes]`, where
306 `batch` is required to be 1, `mask_width` and `mask_height` are the