Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/common/flatbuffers/
Dembedding-network-params-from-flatbuffer.h69 return SafeGetNumCols(matrix); in embeddings_num_cols()
99 return SafeGetNumCols(weights); in hidden_num_cols()
121 return SafeGetNumCols(bias); in hidden_bias_num_cols()
138 return SafeGetNumCols(weights); in softmax_num_cols()
160 return SafeGetNumCols(bias); in softmax_bias_num_cols()
226 static int SafeGetNumCols(const saft_fbs::Matrix *matrix) { in SafeGetNumCols() function