Searched refs:category_mask (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/include/support/ibm/ |
D | locale_mgmt_aix.h | 39 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale() argument 55 if (category_mask & LC_COLLATE_MASK) in newlocale() 57 if (category_mask & LC_CTYPE_MASK) in newlocale() 61 if (category_mask & LC_MONETARY_MASK) in newlocale() 63 if (category_mask & LC_TIME_MASK) in newlocale() 65 if (category_mask & LC_NUMERIC_MASK) in newlocale()
|
/external/llvm-project/libcxx/include/support/ibm/ |
D | locale_mgmt_aix.h | 38 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale() argument 54 if (category_mask & LC_COLLATE_MASK) in newlocale() 56 if (category_mask & LC_CTYPE_MASK) in newlocale() 60 if (category_mask & LC_MONETARY_MASK) in newlocale() 62 if (category_mask & LC_TIME_MASK) in newlocale() 64 if (category_mask & LC_NUMERIC_MASK) in newlocale()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
D | image_segmenter.cc | 355 auto* category_mask = segmentation->mutable_category_mask(); in Postprocess() local 356 category_mask->resize(mask_dimension.width * mask_dimension.height); in Postprocess() 382 (*category_mask)[pixel_offset++] = static_cast<char>(class_index); in Postprocess()
|
/external/fmtlib/test/ |
D | posix-mock.h | 71 locale_t newlocale(int category_mask, const char* locale, locale_t base);
|
D | posix-mock-test.cc | 460 MOCK_METHOD3(newlocale, locale_type(int category_mask, const char* locale, 519 locale_t test::newlocale(int category_mask, const char* locale, locale_t base) { in newlocale() argument 520 return locale_mock::instance->newlocale(category_mask, locale, base); in newlocale()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | segmentations.proto | 71 bytes category_mask = 1; field 104 // * `category_mask` pixel values, i.e. a pixel with value `i` is
|
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/ |
D | image_segmenter_demo.cc | 72 reinterpret_cast<const uint8*>(segmentation.category_mask().data()); in EncodeMaskToPngFile()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/ |
D | image_segmenter_jni.cc | 117 reinterpret_cast<const jbyte*>(segmentation.category_mask().data()), in ConvertToSegmentationResults()
|
/external/tflite-support/tensorflow_lite_support/cc/task/ |
D | README.md | 362 // category_mask: "\x00\x01..." 370 // Where 'category_mask' is a byte buffer of size 'width' x 'height', with the
|