Home
last modified time | relevance | path

Searched refs:VerifyMatrix (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/lang_id/common/flatbuffers/
Dembedding-network-params-from-flatbuffer.cc73 bool VerifyMatrix(EmbeddingNetworkParams::Matrix matrix, StringPiece bytes) { in VerifyMatrix() function
212 if (!VerifyMatrix(embeddings, bytes)) { in ValidityChecking()
221 if (!VerifyMatrix(weights, bytes)) { in ValidityChecking()
226 if (!VerifyMatrix(bias, bytes)) { in ValidityChecking()
239 if (!VerifyMatrix(weights, bytes)) { in ValidityChecking()
244 if (!VerifyMatrix(bias, bytes)) { in ValidityChecking()