Home
last modified time | relevance | path

Searched defs:output_layer_norm_weights (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/
H A DLSTMParams.h129 … T *cell_layer_norm_weights, T *output_layer_norm_weights) in set_layer_normalization_params()
250 T *output_layer_norm_weights() const in output_layer_norm_weights() function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dlayer_norm_lstm.mod.py83 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
255 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
Dunidirectional_sequence_lstm_f16_batch_major.mod.py88 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT16", variable
Dunidirectional_sequence_lstm_layer_norm_cifg_peephole.mod.py87 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
Dunidirectional_sequence_lstm_batch_major_peephole_projection_bias.mod.py84 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", "{0}") variable
Dunidirectional_sequence_lstm_1step.mod.py87 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
Dunidirectional_sequence_lstm_f16_norm_peephole_projection.mod.py87 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT16", variable
Dunidirectional_sequence_lstm_cifg_peephole.mod.py87 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
Dunidirectional_sequence_lstm_batch_major_norm_peephole_projection.mod.py87 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
Dunidirectional_sequence_lstm_norm_peephole_projection.mod.py87 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dunidirectional_sequence_lstm_layer_norm_cifg_peephole_state_output.mod.py86 output_layer_norm_weights = Input("output_layer_norm_weights", "TENSOR_FLOAT32", variable
Dqlstm_noprojection.mod.py67 output_layer_norm_weights = Input("output_layer_norm_weights", LayerNormType) variable
Dqlstm_projection.mod.py67 output_layer_norm_weights = Input("output_layer_norm_weights", LayerNormType) variable
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp150 const RunTimeOperandInfo* output_layer_norm_weights, uint32_t n_input, uint32_t n_output, in CheckInputTensorDimensions()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4403 ANeuralNetworksOperandType output_layer_norm_weights = quant16SymTensor1D; in TEST() local