Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc61 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/
Dlstm_eval.cc829 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()
Dlstm.cc565 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/
Dlstm.cc178 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()