Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc51 const float* recurrent_to_cell_weights_ptr, in LstmStepWithAuxInput() argument
158 recurrent_to_cell_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput()
182 recurrent_to_cell_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc60 const int8_t* recurrent_to_cell_weights_ptr, in ComputeRowSums() argument
100 tensor_utils::ReductionSumVector(recurrent_to_cell_weights_ptr, in ComputeRowSums()
819 const float* recurrent_to_cell_weights_ptr, in LstmStepFloat() argument
875 recurrent_to_cell_weights_ptr, /*cell_state=*/nullptr, in LstmStepFloat()
1004 const int8_t* recurrent_to_cell_weights_ptr, in LstmStepHybrid()
1107 recurrent_to_cell_weights_ptr, recurrent_to_output_weights_ptr, in LstmStepHybrid()
1179 recurrent_to_cell_weights_ptr, recurrent_to_cell_weights_ledger_ptr, in LstmStepHybrid()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc168 const float* recurrent_to_cell_weights_ptr, in LstmStepCalibration() argument
228 recurrent_to_cell_weights_ptr, /*cell_state=*/nullptr, in LstmStepCalibration()