Searched refs:SL (Results 1 - 6 of 6) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h30 enum UpdateType { FULL_CS, CLIP_CS, REG_CS, SL, ADAPTIVE_REG }; enumerator in enum:learning_stochastic_linear::UpdateType
H A Dstochastic_linear_ranker.cpp105 if ((mini_batch_counter_ == 0) && (update_type_ == SL)) {
121 } else if (update_type_ == SL) {
H A Dstochastic_linear_ranker.h39 // SL: Stochastic Linear
54 update_type_ = SL;
198 // 2 :partial update went through (for SL only)
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSX86TranslateGEPPass.cpp83 const llvm::StructLayout *SL = DL.getStructLayout(STy); local
84 unsigned EltOffset = SL->getElementOffset(OpC->getZExtValue());
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp147 classifier->SetUpdateType(learning_stochastic_linear::SL);
298 case learning_stochastic_linear::SL :
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java96 static final short SL = vr("SL"); field in class:LoaderDicom

Completed in 111 milliseconds