Home
last modified time | relevance | path

Searched refs:Segmentation (Results 1 – 25 of 90) sorted by relevance

1234

/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dimage_segmenter_demo.cc69 const Segmentation& segmentation = result.segmentation(0); in EncodeMaskToPngFile()
84 Segmentation::ColoredLabel colored_label = in EncodeMaskToPngFile()
108 const Segmentation& segmentation = result.segmentation(0); in DisplayColorLegend()
113 Segmentation::ColoredLabel colored_label = in DisplayColorLegend()
/external/libgav1/src/
Dbuffer_pool.cc30 void CopySegmentationParameters(const Segmentation& from, Segmentation* to) { in CopySegmentationParameters()
101 Segmentation* segmentation) const { in GetSegmentationParameters()
106 const Segmentation& segmentation) { in SetSegmentationParameters()
Dbuffer_pool.h205 void GetSegmentationParameters(Segmentation* segmentation) const;
208 void SetSegmentationParameters(const Segmentation& segmentation);
374 Segmentation segmentation_ = {};
Dquantizer.h71 int GetQIndex(const Segmentation& segmentation, int index, int base_qindex);
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DSegmentation.java26 public abstract class Segmentation { class
63 static Segmentation create( in create()
DImageSegmenter.java263 public List<Segmentation> segment(TensorImage image) {
280 public List<Segmentation> segment(TensorImage image, ImageProcessingOptions options) {
310 Segmentation.create(
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dbackends.rs5 use crate::decoders::vp9::decoder::Segmentation;
41 segmentation: &[Segmentation; MAX_SEGMENTS],
Ddecoder.rs85 pub struct Segmentation { struct
134 segmentation: [Segmentation; MAX_SEGMENTS],
367 fn update_segmentation(hdr: &Header, segmentation: &mut [Segmentation; 8]) -> Result<()> { in update_segmentation()
425 segmentation[usize::from(segment_id)] = Segmentation {
/external/crosvm/media/cros-codecs/src/decoders/vp8/
Dbackends.rs7 use crate::decoders::vp8::parser::Segmentation;
41 segmentation: &Segmentation, in submit_picture() argument
Dparser.rs65 pub struct Segmentation { struct
410 segmentation: Segmentation,
422 pub fn segmentation(&self) -> &Segmentation { in segmentation() argument
483 seg: &mut Segmentation, in update_segmentation() argument
/external/crosvm/media/cros-codecs/src/decoders/vp8/backends/
Ddummy.rs15 use crate::decoders::vp8::parser::Segmentation;
31 _: &Segmentation, in submit_picture() argument
/external/crosvm/media/cros-codecs/src/decoders/vp9/backends/
Ddummy.rs13 use crate::decoders::vp9::decoder::Segmentation;
31 _: &[Segmentation; MAX_SEGMENTS],
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/json/
DJSON_config_segments.txt1 …ons ; path=//cldr/segments/segmentations/.* ; package=segments ; packageDesc=Text Segmentation data
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dsegmentations.proto21 // Note that at the time, a single `Segmentation` element is expected to be
25 repeated Segmentation segmentation = 1;
29 message Segmentation { message
/external/tensorflow/tensorflow/lite/g3doc/examples/segmentation/
Doverview.md1 # Segmentation chapter
116 …log.com/2018/03/semantic-image-segmentation-with.html">Semantic Image Segmentation with DeepLab in…
118 …dels/tree/master/research/deeplab">DeepLab: Deep Labelling for Semantic Image Segmentation</a></li>
/external/strace/xlat/
Dax25_protocols.in8 AX25_P_SEGMENT 0x08 /* Segmentation fragment */
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/
Dimage_segmenter_jni.cc44 using ::tflite::task::vision::Segmentation;
100 const Segmentation& segmentation = results.segmentation(0); in ConvertToSegmentationResults()
/external/python/cpython3/Doc/library/
Dfaulthandler.rst170 Segmentation fault
175 Fatal Python error: Segmentation fault
180 Segmentation fault
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.h154 std::vector<Segmentation::ColoredLabel> colored_labels_;
/external/libgav1/src/utils/
Dtypes.h337 struct Segmentation { struct
442 Segmentation segmentation;
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseSegmentMeanWithNumSegments.pbtxt34 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SparseSegmentSqrtNWithNumSegments.pbtxt36 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SparseSegmentSumWithNumSegments.pbtxt34 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/sparse#Segmentation)
Dapi_def_SparseSegmentSum.pbtxt25 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-108.md17 Segmentation fault

1234