Searched refs:output_gate_bias_ptr (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 61 const float* cell_bias_ptr, const float* output_gate_bias_ptr, in LstmStepWithAuxInput() argument 94 tensor_utils::VectorBatchVectorAssign(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 282 tensor_utils::VectorBatchVectorAdd(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 829 const float* cell_gate_bias_ptr, const float* output_gate_bias_ptr, in LstmStepFloat() argument 891 output_gate_bias_ptr, n_batch, n_input, n_aux_input, n_output, n_cell, in LstmStepFloat() 1020 const float* cell_gate_bias_ptr, const float* output_gate_bias_ptr, in LstmStepHybrid() 1203 output_layer_norm_coefficients_ptr, output_gate_bias_ptr, n_batch, in LstmStepHybrid() 1362 const int32_t* cell_gate_bias_ptr, const int32_t* output_gate_bias_ptr, in LstmStepInteger8x8_16() 1458 output_gate_bias_ptr, layer_norm_output_scale_a, in LstmStepInteger8x8_16() 1614 const int32_t* cell_gate_bias_ptr, const int32_t* output_gate_bias_ptr, in LstmStepInteger8x8_8() 1671 output_gate_bias_ptr, n_batch, n_input, n_output, n_cell, in LstmStepInteger8x8_8()
|
D | lstm.cc | 565 int32_t* output_gate_bias_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local 665 output_gate_bias_ptr = output_gate_bias->data.i32; in PopulateQuantizedLstmParams8x8_8()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 178 const float* cell_gate_bias_ptr, const float* output_gate_bias_ptr, in LstmStepCalibration() argument 245 output_gate_bias_ptr, n_batch, n_input, n_aux_input, n_output, n_cell, in LstmStepCalibration()
|