How to split a tensor into different parts with Tensorflow?
I'm using Tensorflow 1 and want to know how I can split a tensor into different parts. I want something like griddy splitting.
I want to slice a feature map and concatenate all parts together by another axis.