Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc185 int cell_gate_bias_tensor, int output_gate_bias_tensor, in CheckLstmTensorDimensionsAndTypes() argument
339 TF_LITE_ENSURE_OK(context, GetInputSafe(context, node, cell_gate_bias_tensor, in CheckLstmTensorDimensionsAndTypes()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc3314 int cell_gate_bias_tensor = -1; in Map() local
3317 biases_tensor.params, &cell_gate_bias_tensor); in Map()