Home
last modified time | relevance | path

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

/external/libtextclassifier/common/memory_image/
Dembedding-network-params-from-image.h52 softmax_blob_offset_ = hidden_bias_blob_offset_ + hidden_bias_size(); in EmbeddingNetworkParamsFromImage()
53 softmax_bias_blob_offset_ = softmax_blob_offset_ + softmax_size(); in EmbeddingNetworkParamsFromImage()
171 memory_reader_.data_blob_view(softmax_blob_offset_ + i); in softmax_weights()
217 int softmax_blob_offset_; variable