* [TF FE] Refactor SpaceToBatch and BatchToSpace operations Make them to support inputs of dynamic rank and shapes Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> * Add layer tests in the pre-commit * Fix for normalizing padding and crops * Correct the type of paddings and crops * Fix incorrect changes for paddings and crops * Update src/frontends/tensorflow/src/op/space_to_batch_nd.cpp Co-authored-by: Maxim Vafin <maxim.vafin@intel.com> * Update src/frontends/tensorflow/src/op/space_to_batch_nd.cpp Co-authored-by: Maxim Vafin <maxim.vafin@intel.com> Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>