mx.symbol.Concat¶
Description¶
Perform an feature concat on channel dim (dim 1) over all the inputs.
Usage¶
mx.symbol.Concat(data, num.args, dim = NULL, name = NULL)
Arguments¶
Argument  | 
Description  | 
|---|---|
  | 
list, required. List of tensors to concatenate  | 
  | 
int, required. Number of inputs to be concated.  | 
  | 
int, optional, default=’1’. the dimension to be concated.  | 
  | 
string, optional. Name of the resulting symbol.  | 
Value¶
out The result mx.symbol
