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

Online Help

DeepLearning

  

DataflowGraph

  

dataflow graph object

 

Description

Examples

Compatibility

Description

• 

A DataflowGraph object is a high-level representation of the graph structure behind a DeepLearning model. By design, the construction of the model (the dataflow graph) is completely decoupled from any particular execution of the model, which is done with a Session object.

• 

The default dataflow graph can be obtained by calling the GetDefaultGraph command.

Examples

Get the default dataflow graph.

withDeepLearning:

GetDefaultGraph

VectorDeepLearning DataflowGraph&comma;<tensorflow.python.framework.ops.Graph object at 0x7fc21c787898>

(1)

Compatibility

• 

The DeepLearning[DataflowGraph] command was introduced in Maple 2018.

• 

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

See Also

DeepLearning Overview

DeepLearning,GetDefaultGraph

 


Download Help Document