graphdef

Contents

graphdef#

class brainstate.graph.graphdef(node)#

Return the GraphDef of node.

Parameters:

node (Any) – The graph node.

Returns:

The static structure of node.

Return type:

GraphDef