Home
last modified time | relevance | path

Searched refs:feature_type (Results 1 – 20 of 20) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh175 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature()
176 { return namesZ.bsearch (featureNameCount, feature_type); } in get_feature()
181 unsigned int get_selector_infos (hb_aat_layout_feature_type_t feature_type, in get_selector_infos()
187 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
Dhb-aat-layout.cc354 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id() argument
356 return face->table.feat->get_feature_name_id (feature_type); in hb_aat_layout_feature_type_get_name_id()
378 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos() argument
384 …return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors… in hb_aat_layout_feature_type_get_selector_infos()
Dhb-aat-layout.h438 hb_aat_layout_feature_type_t feature_type);
453 hb_aat_layout_feature_type_t feature_type,
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h268 FeatureType *feature_type() const { return feature_type_; } in feature_type() function
272 void set_feature_type(FeatureType *feature_type) { in set_feature_type() argument
274 feature_type_ = feature_type; in set_feature_type()
324 if (value != kNone) result->add(feature_type(), value); in Evaluate()
528 SAFTM_CHECK_EQ(this->feature_type(), nullptr) in GetFeatureTypes()
/external/libtextclassifier/native/lang_id/common/
Dembedding-network.cc166 const FeatureType *feature_type = feature_vector.type(fi); in ConcatEmbeddings() local
167 int feature_offset = concat_offset + feature_type->base() * embedding_dim; in ConcatEmbeddings()
178 if (feature_type->is_continuous()) { in ConcatEmbeddings()
/external/libtextclassifier/native/lang_id/features/
Drelevant-script-feature.cc100 result->add(feature_type(), value.discrete_value); in Evaluate()
Dchar-ngram-feature.cc143 result->add(feature_type(), value.discrete_value); in Evaluate()
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py1475 feature_type = spec._dtype
1479 feature_type = spec.dtype
1493 values=array_ops.zeros(0, feature_type),
1498 dummy_tensor = array_ops.zeros(tensor_shape.TensorShape(dims), feature_type)
/external/e2fsprogs/debugfs/
Ddebugfs.c2236 static int find_supp_feature(__u32 *supp, int feature_type, char *name) in find_supp_feature() argument
2242 if (feature_type == E2P_FS_FEATURE) in find_supp_feature()
2257 if (feature_type == E2P_FS_FEATURE) in find_supp_feature()
/external/pcre/dist2/src/sljit/
DsljitLir.h597 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
DsljitNativeSPARC_common.c444 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
446 switch (feature_type) { in sljit_has_cpu_feature()
DsljitNativeARM_64.c377 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
379 switch (feature_type) { in sljit_has_cpu_feature()
DsljitNativeS390X.c1358 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
1361 switch (feature_type) { in sljit_has_cpu_feature()
DsljitLir.c2348 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
2350 SLJIT_UNUSED_ARG(feature_type); in sljit_has_cpu_feature()
DsljitNativePPC_common.c619 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
621 switch (feature_type) { in sljit_has_cpu_feature()
DsljitNativeARM_32.c936 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
938 switch (feature_type) { in sljit_has_cpu_feature()
DsljitNativeARM_T2_32.c472 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
474 switch (feature_type) { in sljit_has_cpu_feature()
DsljitNativeMIPS_common.c674 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
678 switch (feature_type) { in sljit_has_cpu_feature()
DsljitNativeX86_common.c639 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
641 switch (feature_type) { in sljit_has_cpu_feature()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1838 Type feature_type = RankedTensorType::get( in matchAndRewrite() local
1841 rewriter.getContext(), {act.getType(), feature_type, feature_type}); in matchAndRewrite()