Home
last modified time | relevance | path

Searched refs:category_mask (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h39 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/
Dlocale_mgmt_aix.h38 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/
Dimage_segmenter.cc355 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/
Dposix-mock.h71 locale_t newlocale(int category_mask, const char* locale, locale_t base);
Dposix-mock-test.cc460 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/
Dsegmentations.proto71 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/
Dimage_segmenter_demo.cc72 reinterpret_cast<const uint8*>(segmentation.category_mask().data()); in EncodeMaskToPngFile()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/
Dimage_segmenter_jni.cc117 reinterpret_cast<const jbyte*>(segmentation.category_mask().data()), in ConvertToSegmentationResults()
/external/tflite-support/tensorflow_lite_support/cc/task/
DREADME.md362 // category_mask: "\x00\x01..."
370 // Where 'category_mask' is a byte buffer of size 'width' x 'height', with the