MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / configure

Method configure

src/runtime/CL/functions/CLQLSTMLayer.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void CLQLSTMLayer::TensorCopyKernel::configure(ICLTensor &src, ICLTensor &dst)
73{
74 ARM_COMPUTE_ERROR_THROW_ON(CLQLSTMLayer::TensorCopyKernel::validate(*src.info(), *dst.info()));
75 _src = &src;
76 _dst = &dst;
77 _row_size = std::min(_src->info()->tensor_shape().x(), _dst->info()->tensor_shape().x());
78 _window = calculate_max_window(*_src->info(), Steps());
79}
80
81void CLQLSTMLayer::TensorCopyKernel::run()
82{

Callers 2

configure_layer_normMethod · 0.45
configure_mmMethod · 0.45

Calls 15

StepsClass · 0.85
quantize_qsymm16Function · 0.85
lowestFunction · 0.85
powFunction · 0.85
projection_biasMethod · 0.80
projection_weightsMethod · 0.80
use_layer_normMethod · 0.80

Tested by

no test coverage detected