Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc436 float projection_weights_scale, const float* projection_bias, in CalculateLstmOutputHybrid() argument
464 scales[i] = projection_weights_scale * scratch2[i]; in CalculateLstmOutputHybrid()
472 projection_weights_scale, scratch2, n_batch, output_state, in CalculateLstmOutputHybrid()
1023 float projection_weights_scale, const float* projection_bias_ptr, in LstmStepHybrid()
1212 projection_weights_scale, projection_bias_ptr, params->proj_clip, in LstmStepHybrid()