HomeSort by relevance Sort by last modified time
    Searched full:other_class (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 113 int other_class = PickAClassExcept(target); local
114 float other_class_score = Score(inputs, parameters_[other_class]);
115 // VLOG(1) << "other class " << other_class << " score " << other_class_score;
133 parameters_[other_class][i] -= rate * inputs[i];
146 int other_class = PickAClassExcept(target); local
147 float other_class_score = SparseScore(inputs, parameters_[other_class]);
148 // VLOG(1) << "other class " << other_class << " score " << other_class_score;
166 parameters_[other_class][inputs[i].first] -= rate * inputs[i].second;
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DirectBootHostTest.java 44 private static final String OTHER_CLASS = ".SplitAppTest";

Completed in 65 milliseconds