Home
last modified time | relevance | path

Searched defs:feature_id (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c35 SEG_LVL_FEATURES feature_id) { in vp9_enable_segfeature()
39 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { in vp9_seg_feature_data_max()
43 int vp9_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { in vp9_is_segfeature_signed()
48 SEG_LVL_FEATURES feature_id, int seg_data) { in vp9_set_segdata()
Dvp9_seg_common.h54 SEG_LVL_FEATURES feature_id) { in segfeature_active()
71 SEG_LVL_FEATURES feature_id) { in get_segdata()
/external/libaom/libaom/av1/common/
Dseg_common.c56 SEG_LVL_FEATURES feature_id) { in av1_enable_segfeature()
60 int av1_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { in av1_seg_feature_data_max()
64 int av1_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { in av1_is_segfeature_signed()
80 SEG_LVL_FEATURES feature_id, int seg_data) { in av1_set_segdata()
Dseg_common.h64 SEG_LVL_FEATURES feature_id) { in segfeature_active()
96 SEG_LVL_FEATURES feature_id) { in get_segdata()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto63 int32 feature_id = 1; field
80 int32 feature_id = 1; field
96 int32 feature_id = 1; field
Dtraining_ops.cc210 const int32 feature_id = candidate.feature_id; in FindBestSplitsPerNode() local
415 const auto& feature_id = feature_ids(candidate_idx); in FindBestSplitsPerNode() local
435 const int32 feature_id = candidate.feature_id; in FindBestSplitsPerNode() local
Dtree_helper.h36 int64 feature_id = 0; member
Dprediction_ops.cc354 int32 feature_id; in Compute() local
Dresources.cc176 int32 BoostedTreesEnsembleResource::feature_id(const int32 tree_id, in feature_id() function in tensorflow::BoostedTreesEnsembleResource
/external/libaom/libaom/av1/encoder/
Dsegmentation.c37 SEG_LVL_FEATURES feature_id) { in av1_disable_segfeature()
42 SEG_LVL_FEATURES feature_id) { in av1_clear_segdata()
/external/libtextclassifier/native/utils/tflite/
Dstring_projection_base.cc79 int32_t feature_id = in GetFeatureWeights() local
84 int64_t feature_id = in GetFeatureWeights() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c41 SEG_LVL_FEATURES feature_id) { in vp9_disable_segfeature()
46 SEG_LVL_FEATURES feature_id) { in vp9_clear_segdata()
/external/libtextclassifier/native/lang_id/common/
Dembedding-network.cc176 int feature_id; in ConcatEmbeddings() local
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h686 unsigned int feature_id; member
/external/virglrenderer/src/
Dvrend_renderer.c359 static inline bool has_feature(enum features_id feature_id) in has_feature()
367 static inline void set_feature(enum features_id feature_id) in set_feature()
/external/expat/tests/
Druntests.c3738 get_feature(enum XML_FeatureEnum feature_id, long *presult) { in get_feature()