openvino.runtime.opset12.gather_nd#
- openvino.runtime.opset12.gather_nd(data: Node | int | float | ndarray, indices: Node | int | float | ndarray, batch_dims: int | None = 0, name: str | None = None) 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