Searched refs:FeatureType (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures.hpp | 74 template<class FeatureType> class FeatureStructWrapper; 75 template<class FeatureType> FeatureDesc makeFeatureDesc (void); 77 template<class FeatureType> 80 return new FeatureStructWrapper<FeatureType>(makeFeatureDesc<FeatureType>()); in createFeatureStructWrapper() 83 template<class FeatureType> 84 void initFeatureFromBlob(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs); 86 template<class FeatureType> 87 void initFeatureFromBlobWrapper(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs) in initFeatureFromBlobWrapper() 89 initFeatureFromBlob<FeatureType>(featureType, allFeaturesBlobs); in initFeatureFromBlobWrapper() 103 template<class FeatureType> [all …]
|
/external/tensorflow/tensorflow/core/example/ |
D | feature_util.h | 139 template <typename FeatureType> 230 template <typename FeatureType> 231 const typename internal::RepeatedFieldTrait<FeatureType>::Type& 236 template <typename FeatureType, typename ProtoType> 237 const typename internal::RepeatedFieldTrait<FeatureType>::Type& 239 return GetFeatureValues<FeatureType>(GetFeatures(proto).feature().at(key)); 243 template <typename FeatureType> 244 typename internal::RepeatedFieldTrait<FeatureType>::Type* GetFeatureValues( 249 template <typename FeatureType, typename ProtoType> 250 typename internal::RepeatedFieldTrait<FeatureType>::Type* GetFeatureValues( [all …]
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-types.h | 44 class FeatureType { 47 explicit FeatureType(const std::string &name) in FeatureType() function 52 virtual ~FeatureType() {} in ~FeatureType() 92 class EnumFeatureType : public FeatureType { 96 : FeatureType(name), value_names_(value_names) { in EnumFeatureType() 128 class BinaryFeatureType : public FeatureType { 132 : FeatureType(name), off_(off), on_(on) {} in BinaryFeatureType() 151 class NumericFeatureType : public FeatureType { 155 : FeatureType(name), size_(size) {} in NumericFeatureType()
|
D | feature-extractor.h | 82 void add(FeatureType *type, FeatureValue value) { in add() 96 FeatureType *type(int index) const { return features_[index].type; } in type() 105 Element(FeatureType *t, FeatureValue v) : type(t), value(v) {} in Element() 107 FeatureType *type; 154 virtual void GetFeatureTypes(std::vector<FeatureType *> *types) const = 0; 164 std::vector<FeatureType *> feature_types_; 201 virtual void GetFeatureTypes(std::vector<FeatureType *> *types) const; 206 virtual FeatureType *GetFeatureType() const; 268 FeatureType *feature_type() const { return feature_type_; } in feature_type() 272 void set_feature_type(FeatureType *feature_type) { in set_feature_type() [all …]
|
D | feature-extractor.cc | 52 FeatureType *ft = feature_types_[i]; in InitializeFeatureTypes() 109 std::vector<FeatureType *> *types) const { in GetFeatureTypes() 113 FeatureType *GenericFeatureFunction::GetFeatureType() const { in GetFeatureType() 118 std::vector<FeatureType *> types; in GetFeatureType()
|
/external/cpu_features/src/utils/ |
D | list_cpu_features.c | 175 #define DEFINE_ADD_FLAGS(HasFeature, FeatureName, FeatureType, LastEnum) \ argument 176 static void AddFlags(Node* map, const FeatureType* features) { \
|
/external/libtextclassifier/native/lang_id/common/ |
D | embedding-network.cc | 166 const FeatureType *feature_type = feature_vector.type(fi); in ConcatEmbeddings()
|