Home
last modified time | relevance | path

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 DCLLSTMLayerQuantized.cpp52 …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 DCLQLSTMLayer.cpp211 _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 DNELSTMLayerQuantized.cpp52 …_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 DNEQLSTMLayer.cpp282 _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 DNELSTMLayerQuantized.h179 const ITensor *_input_to_output_weights; variable
H A DNEQLSTMLayer.h346 const ITensor *_input_to_output_weights{ nullptr };
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLLSTMLayerQuantized.h202 const ICLTensor *_input_to_output_weights; variable
H A DCLQLSTMLayer.h387 const ICLTensor *_input_to_output_weights{ nullptr };