OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSoftmax
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/common/
embedding-network-params.h
144
bool
HasSoftmax
() const {
149
// if
HasSoftmax
() is true.
153
SAFTM_CHECK(
HasSoftmax
()) << "No softmax layer.";
168
SAFTM_CHECK(
HasSoftmax
()) << "No softmax layer.";
embedding-network.cc
313
SAFTM_CHECK(model_->
HasSoftmax
());
/external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.cc
237
if (
HasSoftmax
()) {
Completed in 716 milliseconds