Searched refs:forget_gate_bias_ptr (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 60 const float* input_gate_bias_ptr, const float* forget_gate_bias_ptr, in LstmStepWithAuxInput() argument 90 tensor_utils::VectorBatchVectorAssign(forget_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 232 tensor_utils::VectorBatchVectorAdd(forget_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 828 const float* input_gate_bias_ptr, const float* forget_gate_bias_ptr, in LstmStepFloat() argument 869 forget_gate_bias_ptr, n_batch, n_input, n_aux_input, n_output, n_cell, in LstmStepFloat() 1019 const float* input_gate_bias_ptr, const float* forget_gate_bias_ptr, in LstmStepHybrid() 1166 forget_layer_norm_coefficients_ptr, forget_gate_bias_ptr, n_batch, in LstmStepHybrid() 1361 const int32_t* input_gate_bias_ptr, const int32_t* forget_gate_bias_ptr, in LstmStepInteger8x8_16() 1429 forget_gate_bias_ptr, layer_norm_forget_scale_a, in LstmStepInteger8x8_16() 1613 const int32_t* input_gate_bias_ptr, const int32_t* forget_gate_bias_ptr, in LstmStepInteger8x8_8() 1643 forget_gate_bias_ptr, n_batch, n_input, n_output, n_cell, in LstmStepInteger8x8_8()
|
D | lstm.cc | 563 int32_t* forget_gate_bias_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local 663 forget_gate_bias_ptr = forget_gate_bias->data.i32; in PopulateQuantizedLstmParams8x8_8()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 177 const float* input_gate_bias_ptr, const float* forget_gate_bias_ptr, in LstmStepCalibration() argument 221 forget_gate_bias_ptr, n_batch, n_input, n_aux_input, n_output, n_cell, in LstmStepCalibration()
|