// Copyright (c) ONNX Project Contributors // // SPDX-License-Identifier: Apache-2.0 #pragma once #include #include #include "onnx/defs/schema.h" #include "onnx/defs/shape_inference.h" #include "onnx/defs/tensor_proto_util.h" #include "onnx/onnx_pb.h" namespace ONNX_NAMESPACE::defs::sequence::utils { std::function SplitToSequenceOpGenerator( std::vector input_types, std::vector output_types); } // namespace ONNX_NAMESPACE::defs::sequence::utils