Why are some int parameters Tensors for some op but simple int for others?

Here is is an example:

  • ConcatV2 has an axis Tensor parameter (as input)
  • Unpack has an axis int parameter (as parameter)

Why is that?

1 Like

How is that related to the axis parameter in the examples I gave?