Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DLSHProjection.cpp112 double running_value = static_cast<double>(hash_signature); in runningSignBit() local
115 score += running_value; in runningSignBit()
117 score += static_cast<double>(reinterpret_cast<T*>(weight->buffer)[i]) * running_value; in runningSignBit()