Searched refs:HasSoftmax (Results 1 – 3 of 3) sorted by relevance
144 bool HasSoftmax() const { in HasSoftmax() function153 SAFTM_CHECK(HasSoftmax()) << "No softmax layer."; in GetSoftmaxMatrix()168 SAFTM_CHECK(HasSoftmax()) << "No softmax layer."; in GetSoftmaxBias()
313 SAFTM_CHECK(model_->HasSoftmax()); in EmbeddingNetwork()
237 if (HasSoftmax()) { in ValidityChecking()