HomeSort by relevance Sort by last modified time
    Searched refs:feature_type (Results 1 - 8 of 8) sorted by null

  /external/libtextclassifier/lang_id/
language-identifier-features.cc 129 result->add(feature_type(), value.discrete_value);
relevant-script-feature.cc 84 result->add(feature_type(), value.discrete_value);
  /external/libtextclassifier/common/
feature-extractor.h 140 const FeatureType *feature_type(int index) const { function in class:libtextclassifier::nlp_core::GenericFeatureExtractor
207 // default implementation appends feature_type(), if non-null. Invalid
279 FeatureType *feature_type() const { return feature_type_; } function in class:libtextclassifier::nlp_core::GenericFeatureFunction
282 // ownership of feature_type. Can only be called once with a non-null
284 void set_feature_type(FeatureType *feature_type) {
285 TC_DCHECK_NE(feature_type, nullptr);
286 feature_type_ = feature_type;
332 if (value != kNone) result->add(feature_type(), value);
537 TC_DCHECK_EQ(this->feature_type(), nullptr)
embedding-network.cc 180 const FeatureType *feature_type = feature_vector.type(fi); local
183 concat_offset + feature_type->base() * embedding_dim;
200 if (feature_type->is_continuous()) {
  /external/libtextclassifier/smartselect/
text-classification-model.cc 118 const nlp_core::NumericFeatureType& feature_type,
124 result->add(const_cast<nlp_core::NumericFeatureType*>(&feature_type),
135 const nlp_core::NumericFeatureType feature_type("chargram_continuous", 0);
136 return [&network, sparse_embedding_size, feature_type](
140 SparseFeaturesToFeatureVector(sparse_features, feature_type,
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 1013 int feature_type; member in class:GetFeatureSetCommand
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1252 milliseconds