OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMiniBatchSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h
50
learning_rate_controller_.
SetMiniBatchSize
(mini_batch_size_);
127
void
SetMiniBatchSize
(const uint64 msize) {
129
learning_rate_controller_.
SetMiniBatchSize
(msize);
learning_rate_controller-inl.h
60
void
SetMiniBatchSize
(uint64 size) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp
217
classifier->
SetMiniBatchSize
((uint64) v);
Completed in 175 milliseconds