Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSVDF.cpp116 const float* weights_time_ptr = reinterpret_cast<float *>(weights_time_->buffer); in Eval() local
143 output_ptr_batch[c] += weights_time_ptr[memory_size - 1] * activation; in Eval()
145 output_ptr_batch[c] += weights_time_ptr[j] * state_in_ptr[j]; in Eval()
158 weights_time_ptr += weights_time_stride; in Eval()
162 weights_time_ptr = reinterpret_cast<float*>(weights_time_->buffer); in Eval()