Searched refs:projection_bias_ptr (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 62 const float* projection_weights_ptr, const float* projection_bias_ptr, in LstmStepWithAuxInput() argument 293 const bool use_projection_bias = (projection_bias_ptr != nullptr); in LstmStepWithAuxInput() 301 std::copy_n(projection_bias_ptr, n_output, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 830 const float* projection_weights_ptr, const float* projection_bias_ptr, in LstmStepFloat() argument 897 projection_weights_ptr, projection_bias_ptr, in LstmStepFloat() 1023 float projection_weights_scale, const float* projection_bias_ptr, in LstmStepHybrid() 1212 projection_weights_scale, projection_bias_ptr, params->proj_clip, in LstmStepHybrid() 1615 const int32_t* projection_bias_ptr, const TfLiteLSTMParams* params, in LstmStepInteger8x8_8() 1677 projection_bias_ptr, output_state_zp, quantized_proj_clip, in LstmStepInteger8x8_8()
|
D | lstm.cc | 566 int32_t* projection_bias_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local 646 projection_bias_ptr = projection_bias->data.i32; in PopulateQuantizedLstmParams8x8_8()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 179 const float* projection_weights_ptr, const float* projection_bias_ptr, in LstmStepCalibration() argument 252 params->activation, projection_weights_ptr, projection_bias_ptr, in LstmStepCalibration()
|