Searched refs:weights_time_ptr (Results 1 – 1 of 1) sorted by relevance
116 const float* weights_time_ptr = reinterpret_cast<float *>(weights_time_->buffer); in Eval() local143 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()