Home
last modified time | relevance | path

Searched refs:_input_to_input_weights (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/common/
DLSTMParams.h43 : _input_to_input_weights(nullptr), in LSTMParams()
86 _input_to_input_weights = input_to_input_weights; in set_cifg_params()
199 return _input_to_input_weights; in input_to_input_weights()
318 const T *_input_to_input_weights;
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayerQuantized.h168 const ITensor *_input_to_input_weights; variable
DNEQLSTMLayer.h321 const ITensor *_input_to_input_weights
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayerQuantized.h191 const ICLTensor *_input_to_input_weights; variable
DCLQLSTMLayer.h365 const ICLTensor *_input_to_input_weights
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayerQuantized.cpp60 …ll_tensor(), _slice_output_tensor(), _dequantize(), _quantize(), _input_to_input_weights(nullptr),… in NELSTMLayerQuantized()
94 _input_to_input_weights = input_to_input_weights; in configure()
510 _input_to_input_weights->mark_as_unused(); in prepare()
DNEQLSTMLayer.cpp226 _input_to_input_weights = lstm_params.input_to_input_weights(); in configure()
231 …_input_to_input_reduction->configure(_input_to_input_weights, &_input_to_input_eff_bias, GEMMLowpR… in configure()
378 …const float input_to_input_scale = _input_to_input_weights->info()->quantization_info().unifo… in configure()
1120 _input_to_input_weights->mark_as_unused(); in prepare()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayerQuantized.cpp57_input_to_input_weights(nullptr), _input_to_forget_weights(nullptr), _input_to_cell_weights(nullpt… in CLLSTMLayerQuantized()
102 _input_to_input_weights = input_to_input_weights; in configure()
539 _input_to_input_weights->mark_as_unused(); in prepare()
DCLQLSTMLayer.cpp251 _input_to_input_weights = lstm_params.input_to_input_weights(); in configure()
254 …_input_to_input_reduction->configure(compile_context, _input_to_input_weights, &_input_to_input_ef… in configure()
394 …const float input_to_input_scale = _input_to_input_weights->info()->quantization_info().unifo… in configure()
1142 _input_to_input_weights->mark_as_unused(); in prepare()