ngraph.utils.node_factory

Module Attributes

Functions

Classes

Node

ngraph.impl.Node wraps ngraph::Node

NodeFactory(opset_version)

Factory front-end to create node objects.

Output

ngraph.impl.Output wraps ngraph::Output<Node>

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.

Exceptions

Modules