Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConcatenateLayer.cpp116 SimpleTensor<T> concatenate_layer(std::vector<SimpleTensor<T>> &srcs, SimpleTensor<T> &dst, unsigne… in concatenate_layer() function
160 template SimpleTensor<float> concatenate_layer(std::vector<SimpleTensor<float>> &srcs, SimpleTensor…
161 template SimpleTensor<half> concatenate_layer(std::vector<SimpleTensor<half>> &srcs, SimpleTensor<h…
162 template SimpleTensor<uint8_t> concatenate_layer(std::vector<SimpleTensor<uint8_t>> &srcs, SimpleTe…
163 template SimpleTensor<int8_t> concatenate_layer(std::vector<SimpleTensor<int8_t>> &srcs, SimpleTens…
H A DConcatenateLayer.h40 SimpleTensor<T> concatenate_layer(std::vector<SimpleTensor<T>> &srcs, SimpleTensor<T> &dst, unsigne…
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DConcatenateLayerFixture.h165 return reference::concatenate_layer<T>(srcs, dst, axis); in compute_reference()
H A DLSTMLayerFixture.h526 scratch = reference::concatenate_layer(scratch_inputs, scratch, Window::DimX); in compute_reference()