DeepLearning/Tensor/Unstack
unstack a Tensor
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
Unstack(x,axis,opts)
x
-
Tensor
axis
integer
opts
zero or more options as specified below
name=string
The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.
The Unstack(x,axis,opts) unpacks Tensors from x by splitting across the dimension specified by axis. The result is a list of Tensors corresponding to the slices of the original Tensor from the specified dimension.
The DeepLearning/Tensor/Unstack command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
DeepLearning Overview
LinearAlgebra
Download Help Document