Searched refs:_input_to_output_weights (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLLSTMLayerQuantized.cpp | 52 …ut_to_forget_weights(nullptr), _input_to_cell_weights(nullptr), _input_to_output_weights(nullptr),… in CLLSTMLayerQuantized() 104 _input_to_output_weights = input_to_output_weights; in configure() 552 _input_to_output_weights->mark_as_unused(); in prepare()
|
H A D | CLQLSTMLayer.cpp | 211 _input_to_output_weights = input_to_output_weights; in configure() 1171 …ITensorPack input_to_output_red_pack = { { ACL_SRC, _input_to_output_weights }, { ACL_DST, &_input… in prepare() 1202 _input_to_output_weights->mark_as_unused(); in prepare()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NELSTMLayerQuantized.cpp | 52 …_input_to_cell_weights(nullptr), _input_to_output_weights(nullptr), _recurrent_to_input_weights(nu… in NELSTMLayerQuantized() 92 _input_to_output_weights = input_to_output_weights; in configure() 519 _input_to_output_weights->mark_as_unused(); in prepare()
|
H A D | NEQLSTMLayer.cpp | 282 _input_to_output_weights = input_to_output_weights; in configure() 1304 { TensorType::ACL_SRC, _input_to_output_weights }, in prepare() 1345 _input_to_output_weights->mark_as_unused(); in prepare()
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
H A D | NELSTMLayerQuantized.h | 179 const ITensor *_input_to_output_weights; variable
|
H A D | NEQLSTMLayer.h | 346 const ITensor *_input_to_output_weights{ nullptr };
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
H A D | CLLSTMLayerQuantized.h | 202 const ICLTensor *_input_to_output_weights; variable
|
H A D | CLQLSTMLayer.h | 387 const ICLTensor *_input_to_output_weights{ nullptr };
|