Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c932 u_int mask_width, significant_octets, i; in rfc1048_print() local
944 mask_width = *bp++; in rfc1048_print()
947 if (mask_width > 32) { in rfc1048_print()
948 ND_PRINT((ndo, "[ERROR: Mask width (%d) > 32]", mask_width)); in rfc1048_print()
953 significant_octets = (mask_width + 7) / 8; in rfc1048_print()
962 if (mask_width == 0) in rfc1048_print()
972 ND_PRINT((ndo, "/%d", mask_width)); in rfc1048_print()
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dimage_segmenter.md155 - tensor of size `[batch x mask_height x mask_width x num_classes]`, where
156 `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