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

Online Help

All Products    Maple    MapleSim


DeepLearning/Session/Run

run a Tensor in a Session

 

Calling Sequence

Parameters

Description

Compatibility

Calling Sequence

sess:-Run(expr,pl)

Parameters

sess

-

a Session object

expr

-

Tensor, Variable, VariablesInitializer, or list of these

pl

-

(optional) list or set of equations

Description

• 

The Run(expr,pl,opts) command runs the Tensor or list of Tensors expr in the current session.

• 

The optional parameter pl specifies a mapping from Placeholder objects to data sources, indicating the session should evaluate expr with the data supplied by pl.

Compatibility

• 

The DeepLearning/Session/Run command was introduced in Maple 2018.

• 

For more information on Maple 2018 changes, see Updates in Maple 2018.

See Also

DeepLearning Overview

Session