Home
last modified time | relevance | path

Searched refs:aux_input_to_cell_weights (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.h45 const TfLiteTensor* aux_input_to_cell_weights,
74 const TfLiteTensor* aux_input_to_cell_weights,
Dlstm_eval.cc889 const TfLiteTensor* aux_input_to_cell_weights, in EvalFloat() argument
974 aux_input_to_cell_weights_ptr = aux_input_to_cell_weights->data.f; in EvalFloat()
1087 const TfLiteTensor* aux_input_to_cell_weights, in EvalHybrid() argument
1255 GetInt8DataPtr(aux_input_to_cell_weights, is_uint8_hybrid); in EvalHybrid()
1264 aux_input_to_cell_weights_scale = aux_input_to_cell_weights->params.scale; in EvalHybrid()