/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/ |
H A D | LSTMParams.h | 112 LSTMParams &set_peephole_params(T *cell_to_forget_weights, T *cell_to_output_weights) in set_peephole_params() 220 T *cell_to_output_weights() const in cell_to_output_weights() function
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | layer_norm_lstm.mod.py | 54 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", variable 226 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", variable
|
D | lstm3_state2_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
D | lstm2_state_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
D | lstm2_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
D | lstm3_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
D | lstm3_state3_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
D | lstm2_state2_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
D | lstm3_state_float16.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm.cc | 135 const TfLiteTensor* cell_to_output_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local 514 const TfLiteTensor* cell_to_output_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local 1268 const TfLiteTensor* cell_to_output_weights = GetOptionalInputTensor( in Eval() local
|
H A D | lstm.cc | 216 const TfLiteTensor* cell_to_output_weights = in PopulateQuantizedLstmParams8x8_16() local 504 const TfLiteTensor* cell_to_output_weights = in PopulateQuantizedLstmParams8x8_8() local 961 const TfLiteTensor* cell_to_output_weights = in CheckInputTensorDimensions() local 1870 const TfLiteTensor* cell_to_output_weights = in Eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 351 const TfLiteTensor* cell_to_output_weights, in EvalFloat() 573 const TfLiteTensor* cell_to_output_weights = GetOptionalInputTensor( in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 275 const TfLiteTensor* cell_to_output_weights, in EvalCalibration() 518 const TfLiteTensor* cell_to_output_weights = GetOptionalInputTensor( in lstm_eval() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lstm3_state.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm2_state.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm2.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm3_state3.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm2_state2.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm3.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm3_state2.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | lstm2_state2_relaxed.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm2_state_relaxed.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm2_relaxed.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm3_state_relaxed.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm3_relaxed.mod.py | 41 cell_to_output_weights = Input("cell_to_output_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|