Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc4143 int cell_gate_bias_tensor = -1; in Map() local
4146 biases_tensor.params, &cell_gate_bias_tensor); in Map()