/aosp_15_r20/external/fonttools/Lib/fontTools/subset/ |
H A D | __init__.py | 1648 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 D | hb-subset-plan.cc | 151 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 D | hb-ot-map.cc | 242 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 D | hb-ot-layout.cc | 1082 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 D | hb-ot-layout-common.hh | 70 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 D | hb-ot-layout-gsubgpos.hh | 4767 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 D | sdca_internal.cc | 435 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 D | test-ot-face.c | 98 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 D | BoostedTreesSparseAggregateStats.pbtxt | 16 name: "feature_indices"
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
H A D | BoostedTreesSparseAggregateStats.pbtxt | 16 name: "feature_indices"
|
/aosp_15_r20/external/fonttools/Lib/fontTools/feaLib/ |
H A D | builder.py | 872 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 D | api_def_BoostedTreesSparseAggregateStats.pbtxt | 24 name: "feature_indices"
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/ |
H A D | tpu_embedding_base_test.py | 589 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 D | generated_layout.rs | 359 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 D | tensorflow.raw_ops.pbtxt | 665 …argspec: "args=[\'node_ids\', \'gradients\', \'hessians\', \'feature_indices\', \'feature_values\'…
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/ |
H A D | tensorflow.raw_ops.pbtxt | 665 …argspec: "args=[\'node_ids\', \'gradients\', \'hessians\', \'feature_indices\', \'feature_values\'…
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 4592 …*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 D | ops.pbtxt | 6626 name: "feature_indices"
|