Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/functions/
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()
DCLLSTMLayerQuantized.cpp345 …const TensorInfo recurrent_weights(TensorShape(output_size, 4 * output_size), 1, DataType::QASYMM8… in validate() local
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
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
/external/ComputeLibrary/src/runtime/NEON/functions/
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()
DNELSTMLayerQuantized.cpp312 …const TensorInfo recurrent_weights(TensorShape(output_size, 4 * output_size), 1, DataType::QASYMM8… in validate() local
/external/tensorflow/tensorflow/lite/kernels/
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
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
Dbasic_rnn_test.cc175 const TensorType& recurrent_weights = TensorType_FLOAT32, in RNNOpModel()
Dunidirectional_sequence_rnn_test.cc176 const TensorType& recurrent_weights = TensorType_FLOAT32, in UnidirectionalRNNOpModel()
Dbidirectional_sequence_rnn_test.cc645 const std::initializer_list<float> recurrent_weights = { variable
/external/ComputeLibrary/tests/datasets/
DRNNLayerDataset.h106 …void add_config(TensorShape src, TensorShape weights, TensorShape recurrent_weights, TensorShape b… in add_config()
DLSTMLayerDataset.h126 …void add_config(TensorShape src, TensorShape input_weights, TensorShape recurrent_weights, TensorS… in add_config()
/external/libopus/src/
Dmlp.h47 const opus_int8 *recurrent_weights; member
/external/rnnoise/src/
Drnn.h55 const rnn_weight *recurrent_weights; member
/external/ComputeLibrary/tests/validation/fixtures/
DRNNLayerFixture.h70 … TensorType recurrent_weights = create_tensor<TensorType>(recurrent_weights_shape, data_type); in compute_target() local
/external/libopus/dnn/
Dnnet.c72 void compute_generic_gru(const LinearLayer *input_weights, const LinearLayer *recurrent_weights, fl… in compute_generic_gru()
Dlossgen.c83 …ute_generic_gru_lossgen(const LinearLayer *input_weights, const LinearLayer *recurrent_weights, fl… in compute_generic_gru_lossgen()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2814 const TensorType recurrent_weights = TensorType_FLOAT32) in RNNOpModel()