Joins the input tensors along a new axis.
The shapes of respective tensors in the inputs must match.
âcpuâ
âgpuâ
axis¶ (int, optional, default = 0) â
The axis in the output tensor along which the inputs are stacked.
The axis is inserted before a corresponding axis in the inputs. A value of 0 indicates that whole tensors are stacked. Specifying axis
equal to the number of dimensions in the inputs causes the values from the inputs to be interleaved).
Accepted range is [-ndim, ndim]. Negative indices are counted from the back.
axis_name¶ (str, optional) â
Name of the new axis to be inserted.
A one-character string that will denote the new axis in the output layout. The output layout will be constructed by inserting that character into the input layout at the position indicated by axis
. For example, specifying axis = 0
and axis_name = "C"
with input layout âHWâ will yield the output layout âCHWâ
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