namespace ov::op::ShapeInferLSTM

namespace ShapeInferLSTM {

// global functions

template <class OpsType, class ShapeType>
void lstm_shape_infer(
    const OpsType \* op,
    const std::vector<ShapeType>& input_shapes,
    std::vector<ShapeType>& output_shapes,
    std::size_t gates_count
    );

} // namespace ShapeInferLSTM