DeepLearning,Tensor,value
compute value of Tensor object in the default session
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
value(t,fd,opts)
t
-
Tensor or list of Tensors
fd
(optional) table or set or list of equations
options
(optional) options as specified below
session=Session
The value of option session is a Session object specifying the session in which to evaluate t. Its default value is the default session returned by GetDefaultSession.
The value(t) command computes the value of the Tensor t in the default Session.
When no session option is provided, this call is equivalent to GetDefaultSession():-Run(t,dt).
with⁡DeepLearning:
sess ≔ Session⁡
sess≔DeepLearning Session<tensorflow.python.client.session.Session object at 0x7f1709e945e0>
t ≔ Constant⁡7.5,datatype=float4
t≔DeepLearning TensorShape: [1]Data Type: float[4]
The DeepLearning,Tensor,value command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
Tensor
Download Help Document
What kind of issue would you like to report? (Optional)