OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:feature_type
(Results
1 - 4
of
4
) sorted by null
/external/libtextclassifier/common/
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()) {
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)
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp
1013
int
feature_type
;
member in class:GetFeatureSetCommand
[
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 198 milliseconds