openvino.runtime.opset16#

Functions

avg_pool(data_batch, strides, pads_begin, ...)

Return average pooling node.

identity(data[, name])

Identity operation is used as a placeholder.

istft(data, window, frame_size, frame_step, ...)

Return a node which generates ISTFT operation.

one_hot(indices, depth, on_value, off_value, ...)

Create node performing one-hot encoding on input data.

segment_max(data, segment_ids[, ...])

The SegmentMax operation finds the maximum value in each specified segment of the input tensor.

sparse_fill_empty_rows(values, dense_shape, ...)

Fills empty rows of an input sparse tensor with a default value.