namespace ov::op::gather_nd

namespace gather_nd {

// global functions

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

} // namespace gather_nd