OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHiddenLayerBias
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/common/
embedding-network-params.h
131
Matrix
GetHiddenLayerBias
(int i) const {
embedding-network.cc
307
EmbeddingNetworkParams::Matrix bias = model_->
GetHiddenLayerBias
(i);
/external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.cc
225
Matrix bias =
GetHiddenLayerBias
(i);
Completed in 858 milliseconds