Home
last modified time | relevance | path

Searched refs:fw_recurrent_to_output_weights (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc461 const TfLiteTensor* fw_recurrent_to_output_weights; in Prepare() local
464 &fw_recurrent_to_output_weights)); in Prepare()
465 TF_LITE_ENSURE_EQ(context, fw_recurrent_to_output_weights->dims->size, 2); in Prepare()
466 TF_LITE_ENSURE_EQ(context, fw_recurrent_to_output_weights->dims->data[0], in Prepare()
468 TF_LITE_ENSURE_EQ(context, fw_recurrent_to_output_weights->type, in Prepare()
470 const int n_fw_output = fw_recurrent_to_output_weights->dims->data[1]; in Prepare()
1007 const TfLiteTensor* fw_recurrent_to_output_weights; in Eval() local
1010 &fw_recurrent_to_output_weights)); in Eval()
1153 params->merge_outputs ? fw_recurrent_to_output_weights->dims->data[1] : 0; in Eval()
1183 fw_recurrent_to_cell_weights, fw_recurrent_to_output_weights, in Eval()
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dbidirectional_sequence_lstm_float16_batch_major_merge_outputs.mod.py44 fw_recurrent_to_output_weights = Input( variable
226 fw_recurrent_to_output_weights,
286 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_float16_batch_major.mod.py43 fw_recurrent_to_output_weights = Input( variable
226 fw_recurrent_to_output_weights,
286 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_cifg_peephole.mod.py43 fw_recurrent_to_output_weights = Input( variable
226 fw_recurrent_to_output_weights,
286 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm.mod.py43 fw_recurrent_to_output_weights = Input( variable
226 fw_recurrent_to_output_weights,
286 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_merge_outputs.mod.py44 fw_recurrent_to_output_weights = Input( variable
225 fw_recurrent_to_output_weights,
285 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_norm_fw_output.mod.py44 fw_recurrent_to_output_weights = Input( variable
227 fw_recurrent_to_output_weights,
287 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_aux_input.mod.py45 fw_recurrent_to_output_weights = Input( variable
228 fw_recurrent_to_output_weights,
288 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_float16_batch_major_aux_input.mod.py46 fw_recurrent_to_output_weights = Input( variable
229 fw_recurrent_to_output_weights,
289 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dbidirectional_sequence_lstm.mod.py111 fw_recurrent_to_output_weights = Input("fw_recurrent_to_output_weights",
254 fw_recurrent_to_output_weights,
319 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
Dbidirectional_sequence_lstm_state_output.mod.py43 fw_recurrent_to_output_weights = Input( variable
242 fw_recurrent_to_output_weights,
308 fw_recurrent_to_output_weights: fw_recurrent_to_output_weights_data,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.td4474 TFL_OperandHasRank<8, 2>, // fw_recurrent_to_output_weights
4525 TFL_TensorOf<[F32, I8]>:$fw_recurrent_to_output_weights,