Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dinput_target.h44 : 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()
Dtest_utils.h39 const size_t num_weights = weight_->size(); in GetTargetWeight()
41 ? (*weight_)[example_index] in GetTargetWeight()
/external/tensorflow/tensorflow/lite/kernels/
Dembedding_lookup_test.cc41 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()
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::__anona50ded140111::LSHProjectionOpModel
/external/tensorflow/tensorflow/lite/models/smartreply/ops/
Dextract_feature_test.cc40 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/
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/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.cc1205 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()