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

Online Help

All Products    Maple    MapleSim


DeepLearning

  

GetDefaultGraph

  

get default dataflow graph

 

Calling Sequence

Description

Examples

Compatibility

Calling Sequence

GetDefaultGraph()

Description

• 

The GetDefaultGraph() command returns a DataflowGraph object corresponding to the default dataflow graph for the current thread.

• 

Note that this command requires that eager execution be turned off beforehand using the SetEagerExecution command.

• 

This function is part of the DeepLearning package, so it can be used in the short form GetDefaultGraph(..) only after executing the command with(DeepLearning). However, it can always be accessed through the long form of the command by using DeepLearning[GetDefaultGraph](..).

Examples

Create a Tensor and verify it was created in the default dataflow graph.

withDeepLearning:

SetEagerExecutionfalse

true

(1)

gGetDefaultGraph

tTensor1.5,2.0

evalbg=Grapht

true

(2)

Compatibility

• 

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

• 

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

• 

The DeepLearning[GetDefaultGraph] command was updated in Maple 2021.

• 

The  option was updated in Maple 2021.

See Also

DeepLearning Overview

GetDefaultSession

ResetDefaultGraph