openvino.runtime.opset7.gather_nd¶
- openvino.runtime.opset7.gather_nd(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], indices: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], batch_dims: Optional[int] = 0, name: Optional[str] = None) openvino._pyopenvino.Node ¶
Return a node which performs GatherND.
- Parameters
data – N-D tensor with data for gathering
indices – K-D tensor of tuples with indices by which data is gathered
batch_dims – Scalar value of batch dimensions
- Returns
The new node which performs GatherND