Home
last modified time | relevance | path

Searched refs:weight_ (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dembedding_lookup_test.cc43 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()
Dlsh_projection_test.cc38 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/
Dpattern.h70 unsigned int weight() {return weight_;} in weight()
80 int weight_; // This is the likelihood that this variable
Dpattern.cc294 weight_ = weight; in Initialize()
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.h106 Value weight_; variable
Dlstm_utils.cc288 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++/
DOptions.h133 void fontWeight(const size_t weight_);
DImage.h267 void fontWeight(const size_t weight_);
DDrawable.h1059 const unsigned int weight_,
/external/ImageMagick/Magick++/lib/
DOptions.cpp352 void Magick::Options::fontWeight(const size_t weight_) in fontWeight() argument
354 _drawInfo->weight=weight_; in fontWeight()
355 setOption("weight",(double) weight_); in fontWeight()
DDrawable.cpp787 const unsigned int weight_, in DrawableFont() argument
792 _weight(weight_), in DrawableFont()
DImage.cpp894 void Magick::Image::fontWeight(const size_t weight_) in fontWeight() argument
897 options()->fontWeight(weight_); in fontWeight()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc1832 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()