fun TypeProto(block: Onnx.TypeProto.Builder.() -> Unit): Onnx.TypeProto {
    return Onnx.TypeProto.newBuilder()
        .apply(block).build()
}