namespace ov::op::gather_nd

namespace gather_nd {

// global functions

template <class TShape, class TOp>
std::vector<TShape> gather_nd_base_shape_infer(
    const TOp \* op,
    const std::vector<TShape>& input_shapes
    );

} // namespace gather_nd