From b6af482bc5d8e4f03f876e17909c561de198c4d3 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 14 Sep 2021 12:33:34 +0100 Subject: Per-operator build dependencies Creates a list of operators their respective dependencies. Alters the build system to walk-through them resolve the dependencies and build Compute Library. Removes the following unused kernels/functions: -[NE|CL]MinMaxLayerKernel -CLFillBorder Resolves: COMPMID-4695,COMPMID-4696 Signed-off-by: Georgios Pinitas Change-Id: I35ebeef38dac25ec5459cfe9c5f7c9a708621124 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/357914 Tested-by: bsgcomp Reviewed-by: Michele DiGiorgio Comments-Addressed: bsgcomp Signed-off-by: Freddie Liardet Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6295 Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- docs/user_guide/operator_list.dox | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'docs/user_guide/operator_list.dox') diff --git a/docs/user_guide/operator_list.dox b/docs/user_guide/operator_list.dox index 92b8f9b482..27ba52d72e 100644 --- a/docs/user_guide/operator_list.dox +++ b/docs/user_guide/operator_list.dox @@ -1404,9 +1404,9 @@ where N = batches, C = channels, H = height, W = width AllAll - FillBorder - Function to fill the borders within the XY-planes. - + FillBorder + Function to fill the borders within the XY-planes. +
  • n/a
@@ -1420,17 +1420,6 @@ where N = batches, C = channels, H = height, W = width srcdst AllAll - - CLFillBorder - -
    -
  • All -
- - -
srcdst -
AllAll -
FlattenLayer Reshape a tensor to be 1D -- cgit v1.2.1