ngraph.opset7.ops.TensorIteratorMergedInputDesc

class ngraph.opset7.ops.TensorIteratorMergedInputDesc(input_idx: int, body_parameter_idx: int, body_value_idx: int)

Bases: ngraph.utils.tensor_iterator_types.TensorIteratorInputDesc

Represents a TensorIterator graph body input with initial value in the first iteration.

Later on, this input value is computed inside graph body.

__init__(input_idx: int, body_parameter_idx: int, body_value_idx: int) → None

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(input_idx, body_parameter_idx, …)

Initialize self.

serialize()

Serialize TensorIteratorMergedInputDesc as a dictionary.

serialize() → dict

Serialize TensorIteratorMergedInputDesc as a dictionary.