Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h103 TensorType input_to_input_w; in compute_target() local
122 input_to_input_w = create_tensor<TensorType>(input_weights_shape, data_type); in compute_target()
129 …lstm_params.set_cifg_params(&input_to_input_w, &recurrent_to_input_w, &cell_to_input_w, &input_gat… in compute_target()
239 ARM_COMPUTE_ASSERT(input_to_input_w.info()->is_resizable()); in compute_target()
243 input_to_input_w.allocator()->allocate(); in compute_target()
247 ARM_COMPUTE_ASSERT(!input_to_input_w.info()->is_resizable()); in compute_target()
251 fill(AccessorType(input_to_input_w), 13); in compute_target()
342 SimpleTensor<T> input_to_input_w{ input_weights_shape, data_type }; in compute_reference()
391 fill(input_to_input_w, 13); in compute_reference()
441 …<T> fully_connected_input = reference::fully_connected_layer(input, input_to_input_w, input_gate_b… in compute_reference()