Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/common/
Dembedding-network.cc290 int offset_sum = 0; in EmbeddingNetwork() local
292 concat_offset_.push_back(offset_sum); in EmbeddingNetwork()
294 offset_sum += matrix.cols * model_->embedding_num_features(i); in EmbeddingNetwork()
301 concat_layer_size_ = offset_sum; in EmbeddingNetwork()
/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp141 float offset_sum = 0.0f; in calc_of_match() local
156 offsets, offset_sum, count, &debug_image, img0_size); in calc_of_match()
165 bool ret = get_mean_offset (offsets, offset_sum, count, mean_offset); in calc_of_match()
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp154 float offset_sum = 0.0f; in calc_of_match() local
159 offsets, offset_sum, count, debug_img, img0_size); in calc_of_match()
167 bool ret = get_mean_offset (offsets, offset_sum, count, mean_offset); in calc_of_match()