Home
last modified time | relevance | path

Searched defs:feature_type (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout.cc361 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id()
385 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos()
/external/libtextclassifier/lang_id/common/fel/
Dfeature-extractor.h267 FeatureType *feature_type() const { return feature_type_; } in feature_type() function
271 void set_feature_type(FeatureType *feature_type) { in set_feature_type()
/external/libtextclassifier/lang_id/common/
Dembedding-network.cc166 const FeatureType *feature_type = feature_vector.type(fi); in ConcatEmbeddings() local
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py332 def create_dummy_tensor(feature_shape, feature_type): argument
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c413 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitNativeARM_64.c337 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitNativePPC_common.c531 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitNativeMIPS_common.c517 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitNativeARM_32.c829 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitNativeARM_T2_32.c449 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitNativeX86_common.c602 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
DsljitLir.c2260 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
/external/e2fsprogs/debugfs/
Ddebugfs.c2236 static int find_supp_feature(__u32 *supp, int feature_type, char *name) in find_supp_feature()