Searched defs:Segmentation (Results 1 – 5 of 5) sorted by relevance
357 struct Segmentation { struct360 bool FeatureActive(int segment_id, SegmentFeature feature) const { in FeatureActive()366 static bool FeatureSigned(SegmentFeature feature) { in FeatureSigned()372 bool enabled;373 bool update_map;374 bool update_data;375 bool temporal_update;378 bool segment_id_pre_skip;381 int8_t last_active_segment_id;383 bool feature_enabled[kMaxSegments][kSegmentFeatureMax];[all …]
1 # Segmentation chapter
26 public abstract class Segmentation { class
29 message Segmentation { message
301 TEST(FuzzyMatch, Segmentation) { in TEST() argument