/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | input_target.h | 44 : target_(t), weight_(w), num_targets_(num_targets) {} in StoredInputTarget() 47 const std::unique_ptr<const T> weight_; variable 70 const size_t num_weights = weight_->size(); in GetTargetWeight() 72 ? (*weight_)(example_index) in GetTargetWeight()
|
D | test_utils.h | 39 const size_t num_weights = weight_->size(); in GetTargetWeight() 41 ? (*weight_)[example_index] in GetTargetWeight()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | embedding_lookup_test.cc | 41 weight_ = AddInput(weight_type); in BaseEmbeddingLookupOpModel() 55 int weight_; member in tflite::__anon9fb92c890111::BaseEmbeddingLookupOpModel 64 TfLiteTensor* tensor = interpreter_->tensor(weight_); in Set3DWeightMatrix() 86 SymmetricQuantizeAndPopulate(weight_, data); in SetWeight() 90 SignedSymmetricQuantizeAndPopulate(weight_, data); in SetSignedWeight()
|
D | lsh_projection_test.cc | 38 weight_ = AddInput(TensorType_FLOAT32); in LSHProjectionOpModel() 67 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() 74 int weight_; member in tflite::__anona50ded140111::LSHProjectionOpModel
|
/external/tensorflow/tensorflow/lite/models/smartreply/ops/ |
D | extract_feature_test.cc | 40 weight_ = AddOutput(TensorType_FLOAT32); in ExtractFeatureOpModel() 48 std::vector<float> GetWeight() { return ExtractVector<float>(weight_); } in GetWeight() 53 int weight_; member in tflite::ops::custom::__anond44c108a0111::ExtractFeatureOpModel
|
/external/stressapptest/src/ |
D | pattern.h | 70 unsigned int weight() {return weight_;} in weight() 80 int weight_; // This is the likelihood that this variable
|
D | pattern.cc | 294 weight_ = weight; in Initialize()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 133 void fontWeight(const size_t weight_);
|
D | Image.h | 267 void fontWeight(const size_t weight_);
|
D | Drawable.h | 1059 const unsigned int weight_,
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 352 void Magick::Options::fontWeight(const size_t weight_) in fontWeight() argument 354 _drawInfo->weight=weight_; in fontWeight() 355 setOption("weight",(double) weight_); in fontWeight()
|
D | Drawable.cpp | 787 const unsigned int weight_, in DrawableFont() argument 792 _weight(weight_), in DrawableFont()
|
D | Image.cpp | 894 void Magick::Image::fontWeight(const size_t weight_) in fontWeight() argument 897 options()->fontWeight(weight_); in fontWeight()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 1205 weight_ = AddInput(TensorType_FLOAT32); in LSHProjectionOpModel() 1234 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() 1241 int weight_; member in tflite::__anon6d004b400111::LSHProjectionOpModel 3465 weight_ = AddInput(weight_type); in BaseEmbeddingLookupOpModel() 3479 int weight_; member in tflite::__anon6d004b400111::BaseEmbeddingLookupOpModel 3488 TfLiteTensor* tensor = interpreter_->tensor(weight_); in Set3DWeightMatrix()
|