/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | layer_norm_lstm.mod.py | 79 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable 251 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | unidirectional_sequence_lstm_layer_norm_cifg_peephole.mod.py | 83 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | unidirectional_sequence_lstm_batch_major_peephole_projection_bias.mod.py | 82 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", "{0}") variable
|
D | unidirectional_sequence_lstm_f16_batch_major.mod.py | 84 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT16", variable
|
D | unidirectional_sequence_lstm_batch_major_norm_peephole_projection.mod.py | 83 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | unidirectional_sequence_lstm_cifg_peephole.mod.py | 83 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | unidirectional_sequence_lstm_norm_peephole_projection.mod.py | 83 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | unidirectional_sequence_lstm_1step.mod.py | 83 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | unidirectional_sequence_lstm_f16_norm_peephole_projection.mod.py | 83 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT16", variable
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | unidirectional_sequence_lstm_layer_norm_cifg_peephole_state_output.mod.py | 82 forget_layer_norm_weights = Input("forget_layer_norm_weights", "TENSOR_FLOAT32", variable
|
D | qlstm_noprojection.mod.py | 65 forget_layer_norm_weights = Input("forget_layer_norm_weights", LayerNormType) variable
|
D | qlstm_projection.mod.py | 65 forget_layer_norm_weights = Input("forget_layer_norm_weights", LayerNormType) variable
|
/frameworks/ml/nn/common/operations/ |
D | LSTM.cpp | 148 const RunTimeOperandInfo* forget_layer_norm_weights, in CheckInputTensorDimensions()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 4363 ANeuralNetworksOperandType forget_layer_norm_weights = quant16SymTensor1D; in TEST() local
|