Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DRNN.cpp93 const float* input_ptr_batch = in Eval() local
115 output_ptr_batch[o] += input_ptr_batch[i] * input_weights_ptr[i]; in Eval()
DSVDF.cpp121 const float* input_ptr_batch = reinterpret_cast<float *>(input_->buffer) + b * input_size; in Eval() local
132 activation += input_ptr_batch[j] * weights_feature_ptr[j]; in Eval()