Searched refs:_input_to_input_weights (Results 1 – 9 of 9) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/common/ |
D | LSTMParams.h | 43 : _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/ |
D | NELSTMLayerQuantized.h | 168 const ITensor *_input_to_input_weights; variable
|
D | NEQLSTMLayer.h | 321 const ITensor *_input_to_input_weights
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayerQuantized.h | 191 const ICLTensor *_input_to_input_weights; variable
|
D | CLQLSTMLayer.h | 365 const ICLTensor *_input_to_input_weights
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayerQuantized.cpp | 60 …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()
|
D | NEQLSTMLayer.cpp | 226 _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/ |
D | CLLSTMLayerQuantized.cpp | 57 …_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()
|
D | CLQLSTMLayer.cpp | 251 _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()
|