Datatype - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DeepLearning/Tensor/Datatype

compute sum over entries of a Tensor

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Datatype(t)

Parameters

t

-

Tensor

Description

• 

The Datatype(t) command returns a Maple type corresponding to the datatype specified for the Tensor t.

Examples

withDeepLearning:

tConstant1.,2.|3.,4.|5.,6.,datatype=float4

tDeepLearning TensorShape: [2, 3]Data Type: float[4]

(1)

Datatypet

float4

(2)

Compatibility

• 

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

Tensor