Home
last modified time | relevance | path

Searched defs:Segmentation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libgav1/src/utils/
H A Dtypes.h337 struct Segmentation { struct
340 bool FeatureActive(int segment_id, SegmentFeature feature) const { in FeatureActive()
346 static bool FeatureSigned(SegmentFeature feature) { in FeatureSigned()
352 bool enabled;
353 bool update_map;
354 bool update_data;
355 bool temporal_update;
358 bool segment_id_pre_skip;
361 int8_t last_active_segment_id;
363 bool feature_enabled[kMaxSegments][kSegmentFeatureMax];
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/segmentation/
H A Doverview.md1 # Segmentation chapter
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
H A DSegmentation.java26 public abstract class Segmentation { class
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
H A Dsegmentations.proto29 message Segmentation { message