Home
last modified time | relevance | path

Searched refs:Segmentation (Results 1 – 25 of 81) 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/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.h171 void GetSegmentationParameters(Segmentation* segmentation) const;
174 void SetSegmentationParameters(const Segmentation& segmentation);
332 Segmentation segmentation_ = {};
Dquantizer.h70 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/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/strace/xlat/
Dax25_protocols.in8 AX25_P_SEGMENT 0x08 /* Segmentation fragment */
/external/tensorflow/tensorflow/lite/g3doc/models/segmentation/
Doverview.md1 # Segmentation chapter
113 …log.com/2018/03/semantic-image-segmentation-with.html">Semantic Image Segmentation with DeepLab in…
115 …dels/tree/master/research/deeplab">DeepLab: Deep Labelling for Semantic Image Segmentation</a></li>
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.h154 std::vector<Segmentation::ColoredLabel> colored_labels_;
/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.rst166 Segmentation fault
171 Fatal Python error: Segmentation fault
176 Segmentation fault
/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_SegmentMin.pbtxt20 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SegmentMax.pbtxt20 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SegmentProd.pbtxt20 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SegmentSum.pbtxt20 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SegmentMean.pbtxt20 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_SparseSegmentSum.pbtxt25 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
Dapi_def_UnsortedSegmentProd.pbtxt20 [the section on segmentation](https://tensorflow.org/api_docs/python/tf/math#Segmentation)
/external/libgav1/libgav1/src/utils/
Dtypes.h357 struct Segmentation { struct
462 Segmentation segmentation;
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-001.md1 ## TFSA-2020-001: Segmentation fault when converting a Python string to `tf.float16`
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
Da.out.crash26 Termination Signal: Segmentation fault: 11

1234