DeepLearning/Tensor/Datatype
compute sum over entries of a Tensor
Calling Sequence
Parameters
Description
Examples
Compatibility
Datatype(t)
t
-
Tensor
The Datatype(t) command returns a Maple type corresponding to the datatype specified for the Tensor t.
with⁡DeepLearning:
t≔Constant⁡1.,2.|3.,4.|5.,6.,datatype=float4
t≔DeepLearning TensorShape: [2, 3]Data Type: float[4]
Datatype⁡t
float4
The DeepLearning/Tensor/Datatype command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
Download Help Document