/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
H A D | rnn_gru.cc | 61 rtc::ArrayView<const float> recurrent_weights, in ComputeUpdateResetGate() 98 rtc::ArrayView<const float> recurrent_weights, in ComputeStateGate() 129 const rtc::ArrayView<const int8_t> recurrent_weights, in GatedRecurrentLayer() 167 rtc::ArrayView<const float> recurrent_weights(recurrent_weights_); in ComputeOutput() local
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLRNNLayer.cpp | 47 …ate(const ITensorInfo *input, const ITensorInfo *weights, const ITensorInfo *recurrent_weights, co… in validate() 76 …onfigure(const ICLTensor *input, const ICLTensor *weights, const ICLTensor *recurrent_weights, con… in configure() 82 …context, const ICLTensor *input, const ICLTensor *weights, const ICLTensor *recurrent_weights, con… in configure()
|
H A D | CLLSTMLayerQuantized.cpp | 345 …const TensorInfo recurrent_weights(TensorShape(output_size, 4 * output_size), 1, DataType::QASYMM8… in validate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | basic_rnn.cc | 68 const TfLiteTensor* recurrent_weights; in Prepare() local 203 const TfLiteTensor* recurrent_weights, in EvalFloat() 231 const TfLiteTensor* recurrent_weights, in EvalHybrid() 289 const TfLiteTensor* recurrent_weights; in Eval() local
|
H A D | unidirectional_sequence_rnn.cc | 69 const TfLiteTensor* recurrent_weights; in Prepare() local 209 const TfLiteTensor* recurrent_weights, in EvalFloat() 270 const TfLiteTensor* recurrent_weights, const TfLiteTensor* bias, in EvalHybrid() 363 const TfLiteTensor* recurrent_weights; in Eval() local
|
H A D | basic_rnn_test.cc | 175 const TensorType& recurrent_weights = TensorType_FLOAT32, in RNNOpModel()
|
H A D | unidirectional_sequence_rnn_test.cc | 176 const TensorType& recurrent_weights = TensorType_FLOAT32, in UnidirectionalRNNOpModel()
|
H A D | bidirectional_sequence_rnn_test.cc | 645 const std::initializer_list<float> recurrent_weights = { variable
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NERNNLayer.cpp | 45 …ate(const ITensorInfo *input, const ITensorInfo *weights, const ITensorInfo *recurrent_weights, co… in validate() 72 …er::configure(const ITensor *input, const ITensor *weights, const ITensor *recurrent_weights, cons… in configure()
|
H A D | NELSTMLayerQuantized.cpp | 312 …const TensorInfo recurrent_weights(TensorShape(output_size, 4 * output_size), 1, DataType::QASYMM8… in validate() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | rnn_state.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
D | rnn.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | rnn_state_relaxed.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
D | rnn_relaxed.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | rnn_float16.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT16", "{%d, %d}" % (units, units)) variable
|
D | unidirectional_sequence_rnn.mod.py | 19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
|
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | RNNLayerDataset.h | 106 …void add_config(TensorShape src, TensorShape weights, TensorShape recurrent_weights, TensorShape b… in add_config()
|
H A D | LSTMLayerDataset.h | 126 …void add_config(TensorShape src, TensorShape input_weights, TensorShape recurrent_weights, TensorS… in add_config()
|
/aosp_15_r20/external/libopus/src/ |
H A D | mlp.h | 47 const opus_int8 *recurrent_weights; member
|
/aosp_15_r20/external/rnnoise/src/ |
H A D | rnn.h | 55 const rnn_weight *recurrent_weights; member
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | unidirectional_sequence_rnn.mod.py | 19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | RNNLayerFixture.h | 70 … TensorType recurrent_weights = create_tensor<TensorType>(recurrent_weights_shape, data_type); in compute_target() local
|
/aosp_15_r20/external/libopus/dnn/ |
H A D | nnet.c | 72 void compute_generic_gru(const LinearLayer *input_weights, const LinearLayer *recurrent_weights, fl… in compute_generic_gru()
|
H A D | lossgen.c | 83 …ute_generic_gru_lossgen(const LinearLayer *input_weights, const LinearLayer *recurrent_weights, fl… in compute_generic_gru_lossgen()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | RNN.cpp | 55 const RunTimeOperandInfo* recurrent_weights = in Prepare() local
|