ngraph.utils.decorators

Module Attributes

Functions

as_node(input_value)

Return input values as nodes.

as_nodes(*input_values)

Return input values as nodes.

binary_op(node_factory_function)

Convert the first two input values to Constant Nodes if numeric values are detected.

nameable_op(node_factory_function)

Set the name to the ngraph operator returned by the wrapped function.

unary_op(node_factory_function)

Convert the first input value to a Constant Node if a numeric value is detected.

wraps(wrapped[, assigned, updated])

Decorator factory to apply update_wrapper() to a wrapper function

Classes

Node

ngraph.impl.Node wraps ngraph::Node

Exceptions

Modules