Skip to content

Tile operator

Required prerequisites

  • Make sure you've read the documentation. Your issue may be addressed there.
  • Search the issue tracker and discussions to verify that this hasn't already been reported. +1 or comment there if it has.

What commit version of aidge do you use

aidge_backend_cpu 0.7.0 aidge_backend_cuda 0.7.0 aidge_core 0.7.0 aidge_export_cpp 0.4.0 aidge_export_jacinto 0.1.0 aidge_model_explorer 0.1.0 aidge_onnx 0.6.0 aidge_quantization 0.4.2

Problem description

There is a missing tensor duplication operator for a certain number of times along one or more dimensions. This operator can be useful if you have a model containing a depthwise with a single kernel. If you only have an implementation requiring one kernel per map, then it will be possible to achieve this duplication using this operator.

Edited by Mickael GUIBERT