Home
last modified time | relevance | path

Searched defs:recurrent_weights (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Drnn_gru.cc61 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 DCLRNNLayer.cpp47 …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 DCLLSTMLayerQuantized.cpp345 …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 Dbasic_rnn.cc68 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 Dunidirectional_sequence_rnn.cc69 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 Dbasic_rnn_test.cc175 const TensorType& recurrent_weights = TensorType_FLOAT32, in RNNOpModel()
H A Dunidirectional_sequence_rnn_test.cc176 const TensorType& recurrent_weights = TensorType_FLOAT32, in UnidirectionalRNNOpModel()
H A Dbidirectional_sequence_rnn_test.cc645 const std::initializer_list<float> recurrent_weights = { variable
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNERNNLayer.cpp45 …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 DNELSTMLayerQuantized.cpp312 …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/
Drnn_state.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
Drnn.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_state_relaxed.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
Drnn_relaxed.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drnn_float16.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT16", "{%d, %d}" % (units, units)) variable
Dunidirectional_sequence_rnn.mod.py19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DRNNLayerDataset.h106 …void add_config(TensorShape src, TensorShape weights, TensorShape recurrent_weights, TensorShape b… in add_config()
H A DLSTMLayerDataset.h126 …void add_config(TensorShape src, TensorShape input_weights, TensorShape recurrent_weights, TensorS… in add_config()
/aosp_15_r20/external/libopus/src/
H A Dmlp.h47 const opus_int8 *recurrent_weights; member
/aosp_15_r20/external/rnnoise/src/
H A Drnn.h55 const rnn_weight *recurrent_weights; member
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dunidirectional_sequence_rnn.mod.py19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DRNNLayerFixture.h70 … TensorType recurrent_weights = create_tensor<TensorType>(recurrent_weights_shape, data_type); in compute_target() local
/aosp_15_r20/external/libopus/dnn/
H A Dnnet.c72 void compute_generic_gru(const LinearLayer *input_weights, const LinearLayer *recurrent_weights, fl… in compute_generic_gru()
H A Dlossgen.c83 …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/
DRNN.cpp55 const RunTimeOperandInfo* recurrent_weights = in Prepare() local

12