OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHiddenLayerMatrix
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/common/
embedding-network-params.h
115
Matrix
GetHiddenLayerMatrix
(int i) const {
embedding-network.cc
305
layer_weights_.push_back(model_->
GetHiddenLayerMatrix
(i));
/external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.cc
220
Matrix weights =
GetHiddenLayerMatrix
(i);
Completed in 132 milliseconds