Home
last modified time | relevance | path

Searched refs:feature_indices (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/subset/
H A D__init__.py1648 def collect_lookups(self, feature_indices): argument
1652 for i in feature_indices
1660 def subset_features(self, feature_indices): argument
1662 self.FeatureRecord = _list_subset(self.FeatureRecord, feature_indices)
1690 def collect_lookups(self, feature_indices): argument
1696 if r.FeatureIndex in feature_indices
1703 def subset_features(self, feature_indices): argument
1706 r for r in self.SubstitutionRecord if r.FeatureIndex in feature_indices
1710 r.FeatureIndex = feature_indices.index(r.FeatureIndex)
1716 def subset_features(self, feature_indices): argument
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-plan.cc151 hb_set_t *feature_indices, /* OUT */ in _collect_layout_indices() argument
178 feature_indices); in _collect_layout_indices()
192 feature_indices, in _collect_layout_indices()
203 for (unsigned feature_index : *feature_indices) in _collect_layout_indices()
228 table.feature_variation_collect_lookups (feature_indices, in _collect_layout_indices()
238 const hb_set_t *feature_indices, in _GSUBGPOS_find_duplicate_features() argument
242 if (feature_indices->is_empty ()) return; in _GSUBGPOS_find_duplicate_features()
245 for (unsigned i : feature_indices->iter ()) in _GSUBGPOS_find_duplicate_features()
320 hb_set_t lookup_indices, feature_indices; in _closure_glyphs_lookups_features() local
324 &feature_indices, in _closure_glyphs_lookups_features()
[all …]
H A Dhb-ot-map.cc242 hb_map_t feature_indices[2]; in compile() local
248 &feature_indices[table_index]); in compile()
279 if (feature_indices[table_index].has (info->tag, &index)) in compile()
H A Dhb-ot-layout.cc1082 feature_indices (feature_indices_), in hb_collect_features_context_t()
1157 hb_set_t *feature_indices; member
1179 c->feature_indices->add (l.get_required_feature_index ()); in langsys_collect_features()
1183 l.add_feature_indexes_to (c->feature_indices); in langsys_collect_features()
1194 c->feature_indices->add (feature_index); in langsys_collect_features()
H A Dhb-ot-layout-common.hh70 hb_set_t *feature_indices; member
4317 const hb_set_t *feature_indices, in collect_feature_substitutes_with_variations()
4320 if (feature_indices->has (featureIndex)) in collect_feature_substitutes_with_variations()
4422 c->feature_indices, this); in collect_feature_substitutes_with_variations()
H A Dhb-ot-layout-gsubgpos.hh4767 hb_set_t *feature_indices /* IN/OUT */) const in prune_features()
4777 feature_indices->err (); in prune_features()
4782 for (unsigned i : hb_iter (feature_indices)) in prune_features()
4807 feature_indices->del (i); in prune_features()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_internal.cc435 auto feature_indices = in CreateSparseFeatureRepresentation() local
437 if (example_indices.size() != feature_indices.size()) { in CreateSparseFeatureRepresentation()
441 example_indices, "] vs [", feature_indices, "]"); in CreateSparseFeatureRepresentation()
460 &(feature_indices(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation()
485 new UnalignedInt64Vector(&(feature_indices(0)), 0)); in CreateSparseFeatureRepresentation()
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-ot-face.c98 hb_set_t *feature_indices = hb_set_create (); in test_font() local
100 hb_set_destroy (feature_indices); in test_font()
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
H A DBoostedTreesSparseAggregateStats.pbtxt16 name: "feature_indices"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DBoostedTreesSparseAggregateStats.pbtxt16 name: "feature_indices"
/aosp_15_r20/external/fonttools/Lib/fontTools/feaLib/
H A Dbuilder.py872 feature_indices = {}
904 feature_index = feature_indices.get(feature_key)
914 feature_indices[feature_key] = feature_index
926 for lang, feature_indices in sorted(lang_features.items()):
938 i for i in feature_indices if i != req_feature_index
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_BoostedTreesSparseAggregateStats.pbtxt24 name: "feature_indices"
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/
H A Dtpu_embedding_base_test.py589 embedding_table, feature_indices, argument
616 for feature_indice, vocabulary_id in zip(feature_indices, feature_values):
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs359 pub fn feature_indices(&self) -> &'a [BigEndian<u16>] { in feature_indices() method
380 2usize => Some(Field::new("feature_indices", self.feature_indices())), in get_field()
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.raw_ops.pbtxt665 …argspec: "args=[\'node_ids\', \'gradients\', \'hessians\', \'feature_indices\', \'feature_values\'…
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.raw_ops.pbtxt665 …argspec: "args=[\'node_ids\', \'gradients\', \'hessians\', \'feature_indices\', \'feature_values\'…
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go4592 …*Scope, node_ids tf.Output, gradients tf.Output, hessians tf.Output, feature_indices tf.Output, fe…
4600 node_ids, gradients, hessians, feature_indices, feature_values, feature_shape,
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dops.pbtxt6626 name: "feature_indices"