HomeSort by relevance Sort by last modified time
    Searched defs:weight_ (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp 112 std::vector<float> weight_; member in class:cv::videostab::GaussianMotionFilter
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 170 weight_.LoadWeightVector(model);
174 model->LoadWeightVector(weight_);
178 const double dot = weight_.DotProduct(sample);
187 w_square = weight_.L2Norm();
205 SparseWeightVector<Key, Hash> weight_; member in class:learning_stochastic_linear::StochasticLinearRanker
  /external/v8/src/compiler/
register-allocator.h 415 float weight() const { return weight_; }
416 void set_weight(float weight) { weight_ = weight; }
469 float weight_; member in class:v8::internal::compiler::LiveRange
    [all...]

Completed in 5984 milliseconds