Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNERNNLayer.cpp75 …auto shape_info = TensorInfo(misc::shape_calculator::compute_rnn_shape(recurrent_weights, hidden_s… in validate()
91 …TensorShape shape = misc::shape_calculator::compute_rnn_shape(recurrent_weights->info(), hidd… in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLRNNLayer.cpp77 …auto shape_info = TensorInfo(compute_rnn_shape(recurrent_weights, hidden_state->dimension(idx_heig… in validate()
101 …TensorShape shape = compute_rnn_shape(recurrent_weights->info(), hidden_state->info()->dimens… in configure()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h872 inline TensorShape compute_rnn_shape(const ITensorInfo *input, const unsigned int batch_size) in compute_rnn_shape() function