Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc1098 const TfLiteTensor* bw_projection_bias = in Eval() local
1209 bw_output_gate_bias, bw_projection_weights, bw_projection_bias, in Eval()
1327 /*projection_weights_ledger*/ nullptr, bw_projection_bias, in Eval()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td4049 TypeIsPred<"bw_projection_bias", NoneType>]>,
4099 TFL_OperandHasRank<34, 1>, // bw_projection_bias
4170 TFL_TensorOfOrNone<[F32]>:$bw_projection_bias,