Joins the input tensors along an existing axis.
The shapes of the inputs must match in all dimensions except the concatenation axis.
âcpuâ
âgpuâ
axis¶ (int, optional, default = 0) â
Axis along which the input tensors are concatenated.
Accepted range is [-ndim, ndim-1]. Negative indices are counted from the back.
axis_name¶ (str, optional) â
Name of the axis along which the tensors are concatenated.
This argument is mutually exclusive with axis
. This argument requires that at least one input has a non-empty layout and that all non-empty input layouts match.
bytes_per_sample_hint¶ (int or list of int, optional, default = [0]) â
Output size hint, in bytes per sample.
If specified, the operatorâs outputs residing in GPU or page-locked host memory will be preallocated to accommodate a batch of samples of this size.
preserve¶ (bool, optional, default = False) â Prevents the operator from being removed from the graph even if its outputs are not used.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4