Searched refs:weight_ (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | embedding_lookup_test.cc | 43 weight_ = AddInput(weight_type); in BaseEmbeddingLookupOpModel() 60 int weight_; member in tflite::__anond83f9ecb0111::BaseEmbeddingLookupOpModel 70 TfLiteTensor* tensor = interpreter_->tensor(weight_); in Set3DWeightMatrix() 93 SymmetricQuantizeAndPopulate(weight_, data); in SetWeight() 97 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::__anon416ee6d60111::LSHProjectionOpModel
|
/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/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | lstm_utils.h | 106 Value weight_; variable
|
D | lstm_utils.cc | 288 Transpose2D(&builder_, weight_, weight_type_, fused_func_op_.getLoc()); in GenerateFusedOpOperands() 427 weight_ = fused_func_op_.getArgument(1); in Initialize() 428 weight_type_ = weight_.getType().cast<RankedTensorType>(); 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 | 1832 weight_ = AddInput(TensorType_FLOAT32); in LSHProjectionOpModel() 1861 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() 1868 int weight_; member in tflite::__anonb997e7020111::LSHProjectionOpModel 4545 weight_ = AddInput(weight_type); in BaseEmbeddingLookupOpModel() 4559 int weight_; member in tflite::__anonb997e7020111::BaseEmbeddingLookupOpModel 4568 TfLiteTensor* tensor = interpreter_->tensor(weight_); in Set3DWeightMatrix()
|