Home
last modified time | relevance | path

Searched refs:_cell_layer_norm_out2 (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp51 …_norm_out1(), _forget_layer_norm_out2(), _cell_layer_norm_out1(), _cell_layer_norm_out2(), _output… in NELSTMLayer()
243_cell_layer_norm_out2.allocator()->init(TensorInfo(cell_state_shape, 1, input->info()->data_type()… in configure()
245 _memory_group.manage(&_cell_layer_norm_out2); in configure()
250 …_accum_cell_gate_bias.configure(&_cell_layer_norm_out1, cell_bias, &_cell_layer_norm_out2, Convert… in configure()
252 cell_state_out_ptr = &_cell_layer_norm_out2; in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp53 …_cell_layer_norm_out1(), _cell_layer_norm_out2(), _output_layer_norm_out1(), _output_layer_norm_ou… in CLLSTMLayer()
265_cell_layer_norm_out2.allocator()->init(TensorInfo(cell_state_shape, 1, input->info()->data_type()… in configure()
267 _memory_group.manage(&_cell_layer_norm_out2); in configure()
273 …as.configure(compile_context, &_cell_layer_norm_out1, cell_bias, &_cell_layer_norm_out2, ConvertPo… in configure()
275 cell_state_out_ptr = &_cell_layer_norm_out2; in configure()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayer.h240 Tensor _cell_layer_norm_out2; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h304 CLTensor _cell_layer_norm_out2; variable