Concat - 1 vs 4

Next section compares an older to a newer version of the same operator after both definition are converted into markdown text. Green means an addition to the newer version, red means a deletion. Anything else is unchanged.

Files changed (1) hide show
  1. Concat1 → Concat4 +4 -4
Concat1 → Concat4 RENAMED
@@ -1 +1 @@
1
1
  Concatenate a list of tensors into a single tensor
2
2
  ### Attributes
3
- * **axis - INT** :
3
+ * **axis - INT** (required) :
4
- Which axis to concat on. Default value is 1.
4
+ Which axis to concat on
5
5
  ### Inputs
6
6
  Between 1 and 2147483647 inputs.
7
7
  - **inputs** (variadic, heterogeneous) - **T**:
8
8
  List of tensors for concatenation
9
9
  ### Outputs
10
10
  - **concat_result** (heterogeneous) - **T**:
11
11
  Concatenated tensor
12
12
  ### Type Constraints
13
- * **T** in ( tensor(double), tensor(float), tensor(float16) ):
13
+ * **T** in ( tensor(bool), tensor(complex128), tensor(complex64), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) ):
14
- Constrain output types to float tensors.? --- ^ ^
14
+ Constrain output types to any tensor type.? ^^ ^^^^^