ngraph.opset1.ops.TensorIteratorInvariantInputDesc

class ngraph.opset1.ops.TensorIteratorInvariantInputDesc(input_idx: int, body_parameter_idx: int)

Bases: ngraph.utils.tensor_iterator_types.TensorIteratorInputDesc

Represents a TensorIterator graph body input that has invariant value during iteration.

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

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

Methods

__init__(input_idx, body_parameter_idx)

Initialize self.

serialize()

Serialize TensorIteratorInputDesc as a dictionary.

serialize() → dict

Serialize TensorIteratorInputDesc as a dictionary.