Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc1031 const TfLiteTensor* fw_projection_bias = in Eval() local
1189 fw_output_gate_bias, fw_projection_weights, fw_projection_bias, in Eval()
1286 /*projection_weights_ledger*/ nullptr, fw_projection_bias, in Eval()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td4047 TypeIsPred<"fw_projection_bias", NoneType>,
4082 TFL_OperandHasRank<17, 1>, // fw_projection_bias
4140 TFL_TensorOfOrNone<[F32]>:$fw_projection_bias,