ngraph.utils.tensor_iterator_types.TensorIteratorOutputDesc

class ngraph.utils.tensor_iterator_types.TensorIteratorOutputDesc(body_value_idx: int, output_idx: int)

Represents a generic output descriptor for TensorIterator operator.

__init__(body_value_idx: int, output_idx: int) → None

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

Methods

__init__(body_value_idx, output_idx)

Initialize self.

serialize()

Serialize TensorIteratorOutputDesc as a dictionary.

serialize() → dict

Serialize TensorIteratorOutputDesc as a dictionary.