Home
last modified time | relevance | path

Searched defs:cell_to_forget_weights (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/
H A DLSTMParams.h112 LSTMParams &set_peephole_params(T *cell_to_forget_weights, T *cell_to_output_weights) in set_peephole_params()
215 T *cell_to_forget_weights() const in cell_to_forget_weights() function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dlayer_norm_lstm.mod.py52 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", variable
224 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", variable
Dlstm3_state2_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" %(n_cell)) variable
Dlstm2_state_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
Dlstm2_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
Dlstm3_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" %(n_cell)) variable
Dlstm3_state3_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" %(n_cell)) variable
Dlstm2_state2_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
Dlstm3_state_float16.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT16", "{%d}" %(n_cell)) variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunidirectional_sequence_lstm.cc133 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
504 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
1266 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in Eval() local
H A Dlstm.cc214 const TfLiteTensor* cell_to_forget_weights = in PopulateQuantizedLstmParams8x8_16() local
502 const TfLiteTensor* cell_to_forget_weights = in PopulateQuantizedLstmParams8x8_8() local
951 const TfLiteTensor* cell_to_forget_weights = in CheckInputTensorDimensions() local
1868 const TfLiteTensor* cell_to_forget_weights = in Eval() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc350 const TfLiteTensor* cell_to_forget_weights, in EvalFloat()
571 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in lstm_eval() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc274 const TfLiteTensor* cell_to_forget_weights, in EvalCalibration()
516 const TfLiteTensor* cell_to_forget_weights = GetOptionalInputTensor( in lstm_eval() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlstm3_state.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" %(n_cell)) variable
Dlstm2_state.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm2.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm3_state3.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" %(n_cell)) variable
Dlstm2_state2.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm3.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" %(n_cell)) variable
Dlstm3_state2.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" %(n_cell)) variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dlstm2_state2_relaxed.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm2_state_relaxed.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm2_relaxed.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
Dlstm3_state_relaxed.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" %(n_cell)) variable
Dlstm3_relaxed.mod.py40 cell_to_forget_weights = Input("cell_to_forget_weights", "TENSOR_FLOAT32", "{%d}" %(n_cell)) variable

123