DeepLearning/Session/Run
run a Tensor in a Session
Calling Sequence
Parameters
Description
Compatibility
sess:-Run(expr,pl)
sess
-
a Session object
expr
Tensor, Variable, VariablesInitializer, or list of these
pl
(optional) list or set of equations
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.
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
Download Help Document