openvino.runtime.opset10.gather_elements#

openvino.runtime.opset10.gather_elements(data: Node | int | float | ndarray, indices: Node | int | float | ndarray, axis: int | None = 0, name: str | None = None) Node#

Return a node which performs GatherElements.

Parameters:
  • data – N-D tensor with data for gathering

  • indices – N-D tensor with indices by which data is gathered

  • axis – axis along which elements are gathered

Returns:

The new node which performs GatherElements