openvino.runtime.opset15#

Functions

col2im(data, output_size, kernel_size[, ...])

Perform data movement operation which combines sliding blocks into an image tensor.

embedding_bag_offsets(emb_table, indices, ...)

Return a node which performs sums or means of bags of embeddings without the intermediate embeddings.

embedding_bag_packed(emb_table, indices[, ...])

Return a node which performs sums or means of "bags" of embeddings, without the intermediate embeddings.

parameter(shape[, dtype, name])

Return an openvino Parameter object.

scatter_nd_update(data, indices, updates[, ...])

Return a node which performs ScatterNDUpdate.