Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSHProjection.cpp113 double running_value = static_cast<double>(hash_signature); in runningSignBit() local
116 score += running_value; in runningSignBit()
118 score += static_cast<double>(reinterpret_cast<T*>(weight->buffer)[i]) * running_value; in runningSignBit()