framework.pb-c.c 64.0 KB
Newer Older
L
liuruilong 已提交
1 2 3 4 5 6 7 8 9
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: framework.proto */

/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif

#include "framework.pb-c.h"
H
hjchen2 已提交
10 11 12 13
void paddle_mobile__framework__proto__version__init(
    PaddleMobile__Framework__Proto__Version *message) {
  static const PaddleMobile__Framework__Proto__Version init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VERSION__INIT;
L
liuruilong 已提交
14 15
  *message = init_value;
}
16
PaddleMobile__Framework__Proto__Version *
H
hjchen2 已提交
17 18 19 20 21 22
paddle_mobile__framework__proto__version__unpack(ProtobufCAllocator *allocator,
                                                 size_t len,
                                                 const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__Version *)protobuf_c_message_unpack(
      &paddle_mobile__framework__proto__version__descriptor, allocator, len,
      data);
23
}
H
hjchen2 已提交
24 25 26 27 28 29 30
void paddle_mobile__framework__proto__version__free_unpacked(
    PaddleMobile__Framework__Proto__Version *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__version__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
31
}
H
hjchen2 已提交
32 33 34 35
void paddle_mobile__framework__proto__op_desc__attr__init(
    PaddleMobile__Framework__Proto__OpDesc__Attr *message) {
  static const PaddleMobile__Framework__Proto__OpDesc__Attr init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__OP_DESC__ATTR__INIT;
L
liuruilong 已提交
36 37
  *message = init_value;
}
H
hjchen2 已提交
38 39 40 41
void paddle_mobile__framework__proto__op_desc__var__init(
    PaddleMobile__Framework__Proto__OpDesc__Var *message) {
  static const PaddleMobile__Framework__Proto__OpDesc__Var init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__OP_DESC__VAR__INIT;
L
liuruilong 已提交
42 43
  *message = init_value;
}
H
hjchen2 已提交
44 45 46 47
void paddle_mobile__framework__proto__op_desc__init(
    PaddleMobile__Framework__Proto__OpDesc *message) {
  static const PaddleMobile__Framework__Proto__OpDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__OP_DESC__INIT;
48 49
  *message = init_value;
}
L
liuruilong 已提交
50
PaddleMobile__Framework__Proto__OpDesc *
H
hjchen2 已提交
51 52 53 54 55 56
paddle_mobile__framework__proto__op_desc__unpack(ProtobufCAllocator *allocator,
                                                 size_t len,
                                                 const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__OpDesc *)protobuf_c_message_unpack(
      &paddle_mobile__framework__proto__op_desc__descriptor, allocator, len,
      data);
L
liuruilong 已提交
57
}
H
hjchen2 已提交
58 59 60 61 62 63 64
void paddle_mobile__framework__proto__op_desc__free_unpacked(
    PaddleMobile__Framework__Proto__OpDesc *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__op_desc__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
65
}
H
hjchen2 已提交
66 67 68 69
void paddle_mobile__framework__proto__op_proto__var__init(
    PaddleMobile__Framework__Proto__OpProto__Var *message) {
  static const PaddleMobile__Framework__Proto__OpProto__Var init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__OP_PROTO__VAR__INIT;
L
liuruilong 已提交
70 71
  *message = init_value;
}
H
hjchen2 已提交
72 73 74 75
void paddle_mobile__framework__proto__op_proto__attr__init(
    PaddleMobile__Framework__Proto__OpProto__Attr *message) {
  static const PaddleMobile__Framework__Proto__OpProto__Attr init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__OP_PROTO__ATTR__INIT;
L
liuruilong 已提交
76 77
  *message = init_value;
}
H
hjchen2 已提交
78 79 80 81
void paddle_mobile__framework__proto__op_proto__init(
    PaddleMobile__Framework__Proto__OpProto *message) {
  static const PaddleMobile__Framework__Proto__OpProto init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__OP_PROTO__INIT;
L
liuruilong 已提交
82 83 84
  *message = init_value;
}
PaddleMobile__Framework__Proto__OpProto *
H
hjchen2 已提交
85 86 87 88 89 90
paddle_mobile__framework__proto__op_proto__unpack(ProtobufCAllocator *allocator,
                                                  size_t len,
                                                  const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__OpProto *)protobuf_c_message_unpack(
      &paddle_mobile__framework__proto__op_proto__descriptor, allocator, len,
      data);
L
liuruilong 已提交
91
}
H
hjchen2 已提交
92 93 94 95 96 97 98
void paddle_mobile__framework__proto__op_proto__free_unpacked(
    PaddleMobile__Framework__Proto__OpProto *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__op_proto__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
99
}
H
hjchen2 已提交
100 101 102 103
void paddle_mobile__framework__proto__var_type__tensor_desc__init(
    PaddleMobile__Framework__Proto__VarType__TensorDesc *message) {
  static const PaddleMobile__Framework__Proto__VarType__TensorDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TENSOR_DESC__INIT;
L
liuruilong 已提交
104 105
  *message = init_value;
}
H
hjchen2 已提交
106 107 108 109 110
void paddle_mobile__framework__proto__var_type__lo_dtensor_desc__init(
    PaddleMobile__Framework__Proto__VarType__LoDTensorDesc *message) {
  static const PaddleMobile__Framework__Proto__VarType__LoDTensorDesc
      init_value =
          PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__LO_DTENSOR_DESC__INIT;
L
liuruilong 已提交
111 112
  *message = init_value;
}
H
hjchen2 已提交
113 114 115 116 117
void paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__init(
    PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc *message) {
  static const PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc
      init_value =
          PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__LO_DTENSOR_ARRAY_DESC__INIT;
L
liuruilong 已提交
118 119
  *message = init_value;
}
H
hjchen2 已提交
120 121 122 123
void paddle_mobile__framework__proto__var_type__reader_desc__init(
    PaddleMobile__Framework__Proto__VarType__ReaderDesc *message) {
  static const PaddleMobile__Framework__Proto__VarType__ReaderDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__READER_DESC__INIT;
L
liuruilong 已提交
124 125
  *message = init_value;
}
H
hjchen2 已提交
126 127 128 129
void paddle_mobile__framework__proto__var_type__channel_desc__init(
    PaddleMobile__Framework__Proto__VarType__ChannelDesc *message) {
  static const PaddleMobile__Framework__Proto__VarType__ChannelDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__CHANNEL_DESC__INIT;
L
liuruilong 已提交
130 131
  *message = init_value;
}
H
hjchen2 已提交
132 133 134 135
void paddle_mobile__framework__proto__var_type__tuple__init(
    PaddleMobile__Framework__Proto__VarType__Tuple *message) {
  static const PaddleMobile__Framework__Proto__VarType__Tuple init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TUPLE__INIT;
L
liuruilong 已提交
136 137
  *message = init_value;
}
H
hjchen2 已提交
138 139 140 141
void paddle_mobile__framework__proto__var_type__init(
    PaddleMobile__Framework__Proto__VarType *message) {
  static const PaddleMobile__Framework__Proto__VarType init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__INIT;
L
liuruilong 已提交
142 143 144
  *message = init_value;
}
PaddleMobile__Framework__Proto__VarType *
H
hjchen2 已提交
145 146 147 148 149 150
paddle_mobile__framework__proto__var_type__unpack(ProtobufCAllocator *allocator,
                                                  size_t len,
                                                  const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__VarType *)protobuf_c_message_unpack(
      &paddle_mobile__framework__proto__var_type__descriptor, allocator, len,
      data);
L
liuruilong 已提交
151
}
H
hjchen2 已提交
152 153 154 155 156 157 158
void paddle_mobile__framework__proto__var_type__free_unpacked(
    PaddleMobile__Framework__Proto__VarType *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__var_type__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
159
}
H
hjchen2 已提交
160 161 162 163
void paddle_mobile__framework__proto__var_desc__init(
    PaddleMobile__Framework__Proto__VarDesc *message) {
  static const PaddleMobile__Framework__Proto__VarDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_DESC__INIT;
L
liuruilong 已提交
164 165 166
  *message = init_value;
}
PaddleMobile__Framework__Proto__VarDesc *
H
hjchen2 已提交
167 168 169 170 171 172
paddle_mobile__framework__proto__var_desc__unpack(ProtobufCAllocator *allocator,
                                                  size_t len,
                                                  const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__VarDesc *)protobuf_c_message_unpack(
      &paddle_mobile__framework__proto__var_desc__descriptor, allocator, len,
      data);
L
liuruilong 已提交
173
}
H
hjchen2 已提交
174 175 176 177 178 179 180
void paddle_mobile__framework__proto__var_desc__free_unpacked(
    PaddleMobile__Framework__Proto__VarDesc *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__var_desc__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
181
}
H
hjchen2 已提交
182 183 184 185
void paddle_mobile__framework__proto__block_desc__init(
    PaddleMobile__Framework__Proto__BlockDesc *message) {
  static const PaddleMobile__Framework__Proto__BlockDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__BLOCK_DESC__INIT;
L
liuruilong 已提交
186 187 188
  *message = init_value;
}
PaddleMobile__Framework__Proto__BlockDesc *
H
hjchen2 已提交
189 190 191 192 193
paddle_mobile__framework__proto__block_desc__unpack(
    ProtobufCAllocator *allocator, size_t len, const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__BlockDesc *)protobuf_c_message_unpack(
      &paddle_mobile__framework__proto__block_desc__descriptor, allocator, len,
      data);
L
liuruilong 已提交
194
}
H
hjchen2 已提交
195 196 197 198 199 200 201
void paddle_mobile__framework__proto__block_desc__free_unpacked(
    PaddleMobile__Framework__Proto__BlockDesc *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__block_desc__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
202
}
H
hjchen2 已提交
203 204 205 206
void paddle_mobile__framework__proto__program_desc__init(
    PaddleMobile__Framework__Proto__ProgramDesc *message) {
  static const PaddleMobile__Framework__Proto__ProgramDesc init_value =
      PADDLE_MOBILE__FRAMEWORK__PROTO__PROGRAM_DESC__INIT;
L
liuruilong 已提交
207 208 209
  *message = init_value;
}
PaddleMobile__Framework__Proto__ProgramDesc *
H
hjchen2 已提交
210 211
paddle_mobile__framework__proto__program_desc__unpack(
    ProtobufCAllocator *allocator, size_t len, const uint8_t *data) {
L
liuruilong 已提交
212
  return (PaddleMobile__Framework__Proto__ProgramDesc *)
H
hjchen2 已提交
213 214 215
      protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__program_desc__descriptor, allocator,
          len, data);
L
liuruilong 已提交
216
}
H
hjchen2 已提交
217 218 219 220 221 222 223
void paddle_mobile__framework__proto__program_desc__free_unpacked(
    PaddleMobile__Framework__Proto__ProgramDesc *message,
    ProtobufCAllocator *allocator) {
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__program_desc__descriptor);
  protobuf_c_message_free_unpacked((ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
224
}
H
hjchen2 已提交
225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
static const int64_t
    paddle_mobile__framework__proto__version__version__default_value = 0ll;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__version__field_descriptors[1] = {
        {
            "version", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_INT64,
            offsetof(PaddleMobile__Framework__Proto__Version, has_version),
            offsetof(PaddleMobile__Framework__Proto__Version, version), NULL,
            &paddle_mobile__framework__proto__version__version__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__version__field_indices_by_name[] = {
        0, /* field[0] = version */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__version__number_ranges[1 + 1] = {{1, 0},
                                                                      {0, 1}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__version__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.Version",
        "Version",
        "PaddleMobile__Framework__Proto__Version",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__Version),
        1,
        paddle_mobile__framework__proto__version__field_descriptors,
        paddle_mobile__framework__proto__version__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__version__number_ranges,
        (ProtobufCMessageInit)paddle_mobile__framework__proto__version__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
264
    paddle_mobile__framework__proto__op_desc__attr__field_descriptors[14] = {
H
hjchen2 已提交
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358
        {
            "name", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, name), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "type", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_ENUM,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, type),
            &paddle_mobile__framework__proto__attr_type__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "i", 3, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_INT32,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, has_i),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, i), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "f", 4, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_FLOAT,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, has_f),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, f), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "s", 5, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, s), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "ints", 6, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_INT32,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, n_ints),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, ints), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "floats", 7, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_FLOAT,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, n_floats),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, floats),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "strings", 8, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_STRING,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, n_strings),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, strings),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "b", 10, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, has_b),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, b), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "bools", 11, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, n_bools),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, bools), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "block_idx", 12, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_INT32,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr,
                     has_block_idx),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, block_idx),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "l", 13, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_INT64,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, has_l),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, l), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "blocks_idx", 14, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_INT32,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr,
                     n_blocks_idx),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, blocks_idx),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
359 360 361 362 363 364 365
        {
            "longs", 15, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_INT64,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, n_longs),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Attr, longs), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
H
hjchen2 已提交
366 367 368 369 370 371 372 373 374 375 376 377
};
static const unsigned
    paddle_mobile__framework__proto__op_desc__attr__field_indices_by_name[] = {
        8,  /* field[8] = b */
        10, /* field[10] = block_idx */
        12, /* field[12] = blocks_idx */
        9,  /* field[9] = bools */
        3,  /* field[3] = f */
        6,  /* field[6] = floats */
        2,  /* field[2] = i */
        5,  /* field[5] = ints */
        11, /* field[11] = l */
378
        13, /* field[13] = longs */
H
hjchen2 已提交
379 380 381 382 383 384 385
        0,  /* field[0] = name */
        4,  /* field[4] = s */
        7,  /* field[7] = strings */
        1,  /* field[1] = type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__op_desc__attr__number_ranges[2 + 1] = {
386
        {1, 0}, {10, 8}, {0, 14}};
H
hjchen2 已提交
387 388 389 390 391 392 393 394
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__op_desc__attr__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.OpDesc.Attr",
        "Attr",
        "PaddleMobile__Framework__Proto__OpDesc__Attr",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__OpDesc__Attr),
395
        14,
H
hjchen2 已提交
396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409
        paddle_mobile__framework__proto__op_desc__attr__field_descriptors,
        paddle_mobile__framework__proto__op_desc__attr__field_indices_by_name,
        2,
        paddle_mobile__framework__proto__op_desc__attr__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__op_desc__attr__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__op_desc__var__field_descriptors[2] = {
        {
            "parameter", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Var, parameter),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "arguments", 2, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_STRING,
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Var, n_arguments),
            offsetof(PaddleMobile__Framework__Proto__OpDesc__Var, arguments),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__op_desc__var__field_indices_by_name[] = {
        1, /* field[1] = arguments */
        0, /* field[0] = parameter */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__op_desc__var__number_ranges[1 + 1] = {
        {1, 0}, {0, 2}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__op_desc__var__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.OpDesc.Var",
        "Var",
        "PaddleMobile__Framework__Proto__OpDesc__Var",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__OpDesc__Var),
        2,
        paddle_mobile__framework__proto__op_desc__var__field_descriptors,
        paddle_mobile__framework__proto__op_desc__var__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__op_desc__var__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__op_desc__var__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const protobuf_c_boolean
    paddle_mobile__framework__proto__op_desc__is_target__default_value = 0;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__op_desc__field_descriptors[5] = {
        {
            "inputs", 1, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__OpDesc, n_inputs),
            offsetof(PaddleMobile__Framework__Proto__OpDesc, inputs),
            &paddle_mobile__framework__proto__op_desc__var__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "outputs", 2, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__OpDesc, n_outputs),
            offsetof(PaddleMobile__Framework__Proto__OpDesc, outputs),
            &paddle_mobile__framework__proto__op_desc__var__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "type", 3, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpDesc, type), NULL, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "attrs", 4, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__OpDesc, n_attrs),
            offsetof(PaddleMobile__Framework__Proto__OpDesc, attrs),
            &paddle_mobile__framework__proto__op_desc__attr__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "is_target", 5, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpDesc, has_is_target),
            offsetof(PaddleMobile__Framework__Proto__OpDesc, is_target), NULL,
            &paddle_mobile__framework__proto__op_desc__is_target__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__op_desc__field_indices_by_name[] = {
        3, /* field[3] = attrs */
        0, /* field[0] = inputs */
        4, /* field[4] = is_target */
        1, /* field[1] = outputs */
        2, /* field[2] = type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__op_desc__number_ranges[1 + 1] = {{1, 0},
                                                                      {0, 5}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__op_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.OpDesc",
        "OpDesc",
        "PaddleMobile__Framework__Proto__OpDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__OpDesc),
        5,
        paddle_mobile__framework__proto__op_desc__field_descriptors,
        paddle_mobile__framework__proto__op_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__op_desc__number_ranges,
        (ProtobufCMessageInit)paddle_mobile__framework__proto__op_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const protobuf_c_boolean
    paddle_mobile__framework__proto__op_proto__var__duplicable__default_value =
        0;
static const protobuf_c_boolean
    paddle_mobile__framework__proto__op_proto__var__intermediate__default_value =
        0;
static const protobuf_c_boolean
    paddle_mobile__framework__proto__op_proto__var__dispensable__default_value =
        0;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__op_proto__var__field_descriptors[6] = {
        {
            "name", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var, name), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "comment", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var, comment),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "duplicable", 3, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var,
                     has_duplicable),
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var, duplicable),
            NULL,
            &paddle_mobile__framework__proto__op_proto__var__duplicable__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "intermediate", 4, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var,
                     has_intermediate),
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var,
                     intermediate),
            NULL,
            &paddle_mobile__framework__proto__op_proto__var__intermediate__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "dispensable", 5, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var,
                     has_dispensable),
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var, dispensable),
            NULL,
            &paddle_mobile__framework__proto__op_proto__var__dispensable__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "reuse", 6, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto__Var, reuse), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__op_proto__var__field_indices_by_name[] = {
        1, /* field[1] = comment */
        4, /* field[4] = dispensable */
        2, /* field[2] = duplicable */
        3, /* field[3] = intermediate */
        0, /* field[0] = name */
        5, /* field[5] = reuse */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__op_proto__var__number_ranges[1 + 1] = {
        {1, 0}, {0, 6}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__op_proto__var__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.OpProto.Var",
        "Var",
        "PaddleMobile__Framework__Proto__OpProto__Var",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__OpProto__Var),
        6,
        paddle_mobile__framework__proto__op_proto__var__field_descriptors,
        paddle_mobile__framework__proto__op_proto__var__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__op_proto__var__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__op_proto__var__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const protobuf_c_boolean
    paddle_mobile__framework__proto__op_proto__attr__generated__default_value =
        0;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__op_proto__attr__field_descriptors[4] = {
        {
            "name", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto__Attr, name), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "type", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_ENUM,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto__Attr, type),
            &paddle_mobile__framework__proto__attr_type__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "comment", 3, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto__Attr, comment),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "generated", 4, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__OpProto__Attr,
                     has_generated),
            offsetof(PaddleMobile__Framework__Proto__OpProto__Attr, generated),
            NULL,
            &paddle_mobile__framework__proto__op_proto__attr__generated__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__op_proto__attr__field_indices_by_name[] = {
        2, /* field[2] = comment */
        3, /* field[3] = generated */
        0, /* field[0] = name */
        1, /* field[1] = type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__op_proto__attr__number_ranges[1 + 1] = {
        {1, 0}, {0, 4}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__op_proto__attr__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.OpProto.Attr",
        "Attr",
        "PaddleMobile__Framework__Proto__OpProto__Attr",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__OpProto__Attr),
        4,
        paddle_mobile__framework__proto__op_proto__attr__field_descriptors,
        paddle_mobile__framework__proto__op_proto__attr__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__op_proto__attr__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__op_proto__attr__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__op_proto__field_descriptors[5] = {
        {
            "type", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto, type), NULL, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "inputs", 2, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__OpProto, n_inputs),
            offsetof(PaddleMobile__Framework__Proto__OpProto, inputs),
            &paddle_mobile__framework__proto__op_proto__var__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "outputs", 3, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__OpProto, n_outputs),
            offsetof(PaddleMobile__Framework__Proto__OpProto, outputs),
            &paddle_mobile__framework__proto__op_proto__var__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "attrs", 4, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__OpProto, n_attrs),
            offsetof(PaddleMobile__Framework__Proto__OpProto, attrs),
            &paddle_mobile__framework__proto__op_proto__attr__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "comment", 5, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__OpProto, comment), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__op_proto__field_indices_by_name[] = {
        3, /* field[3] = attrs */
        4, /* field[4] = comment */
        1, /* field[1] = inputs */
        2, /* field[2] = outputs */
        0, /* field[0] = type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__op_proto__number_ranges[1 + 1] = {{1, 0},
                                                                       {0, 5}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__op_proto__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.OpProto",
        "OpProto",
        "PaddleMobile__Framework__Proto__OpProto",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__OpProto),
        5,
        paddle_mobile__framework__proto__op_proto__field_descriptors,
        paddle_mobile__framework__proto__op_proto__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__op_proto__number_ranges,
        (ProtobufCMessageInit)paddle_mobile__framework__proto__op_proto__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__tensor_desc__field_descriptors
        [2] = {
            {
                "data_type", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_ENUM,
                0, /* quantifier_offset */
                offsetof(PaddleMobile__Framework__Proto__VarType__TensorDesc,
                         data_type),
                &paddle_mobile__framework__proto__var_type__type__descriptor,
                NULL, 0,      /* flags */
                0, NULL, NULL /* reserved1,reserved2, etc */
            },
            {
                "dims", 2, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_INT64,
                offsetof(PaddleMobile__Framework__Proto__VarType__TensorDesc,
                         n_dims),
                offsetof(PaddleMobile__Framework__Proto__VarType__TensorDesc,
                         dims),
                NULL, NULL, 0, /* flags */
                0, NULL, NULL  /* reserved1,reserved2, etc */
            },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__tensor_desc__field_indices_by_name
        [] = {
            0, /* field[0] = data_type */
            1, /* field[1] = dims */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__tensor_desc__number_ranges[1 +
                                                                          1] = {
        {1, 0}, {0, 2}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__tensor_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.TensorDesc",
        "TensorDesc",
        "PaddleMobile__Framework__Proto__VarType__TensorDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType__TensorDesc),
        2,
        paddle_mobile__framework__proto__var_type__tensor_desc__field_descriptors,
        paddle_mobile__framework__proto__var_type__tensor_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__tensor_desc__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__var_type__tensor_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const int32_t
    paddle_mobile__framework__proto__var_type__lo_dtensor_desc__lod_level__default_value =
        0;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__lo_dtensor_desc__field_descriptors
        [2] = {
            {
                "tensor", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_MESSAGE,
                0, /* quantifier_offset */
                offsetof(PaddleMobile__Framework__Proto__VarType__LoDTensorDesc,
                         tensor),
                &paddle_mobile__framework__proto__var_type__tensor_desc__descriptor,
                NULL, 0,      /* flags */
                0, NULL, NULL /* reserved1,reserved2, etc */
            },
            {
                "lod_level", 2, PROTOBUF_C_LABEL_OPTIONAL,
                PROTOBUF_C_TYPE_INT32,
                offsetof(PaddleMobile__Framework__Proto__VarType__LoDTensorDesc,
                         has_lod_level),
                offsetof(PaddleMobile__Framework__Proto__VarType__LoDTensorDesc,
                         lod_level),
                NULL,
                &paddle_mobile__framework__proto__var_type__lo_dtensor_desc__lod_level__default_value,
                0,            /* flags */
                0, NULL, NULL /* reserved1,reserved2, etc */
            },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__lo_dtensor_desc__field_indices_by_name
        [] = {
            1, /* field[1] = lod_level */
            0, /* field[0] = tensor */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__lo_dtensor_desc__number_ranges
        [1 + 1] = {{1, 0}, {0, 2}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__lo_dtensor_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.LoDTensorDesc",
        "LoDTensorDesc",
        "PaddleMobile__Framework__Proto__VarType__LoDTensorDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType__LoDTensorDesc),
        2,
        paddle_mobile__framework__proto__var_type__lo_dtensor_desc__field_descriptors,
        paddle_mobile__framework__proto__var_type__lo_dtensor_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__lo_dtensor_desc__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__var_type__lo_dtensor_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const int32_t
    paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__lod_level__default_value =
        0;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__field_descriptors
        [2] = {
            {
                "tensor", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_MESSAGE,
                0, /* quantifier_offset */
                offsetof(
                    PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc,
                    tensor),
                &paddle_mobile__framework__proto__var_type__tensor_desc__descriptor,
                NULL, 0,      /* flags */
                0, NULL, NULL /* reserved1,reserved2, etc */
            },
            {
                "lod_level", 2, PROTOBUF_C_LABEL_OPTIONAL,
                PROTOBUF_C_TYPE_INT32,
                offsetof(
                    PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc,
                    has_lod_level),
                offsetof(
                    PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc,
                    lod_level),
                NULL,
                &paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__lod_level__default_value,
                0,            /* flags */
                0, NULL, NULL /* reserved1,reserved2, etc */
            },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__field_indices_by_name
        [] = {
            1, /* field[1] = lod_level */
            0, /* field[0] = tensor */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__number_ranges
        [1 + 1] = {{1, 0}, {0, 2}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.LoDTensorArrayDesc",
        "LoDTensorArrayDesc",
        "PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType__LoDTensorArrayDesc),
        2,
        paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__field_descriptors,
        paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__reader_desc__field_descriptors[1] = {
        {
            "lod_tensor", 1, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__VarType__ReaderDesc,
                     n_lod_tensor),
            offsetof(PaddleMobile__Framework__Proto__VarType__ReaderDesc,
                     lod_tensor),
            &paddle_mobile__framework__proto__var_type__lo_dtensor_desc__descriptor,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__reader_desc__field_indices_by_name
        [] = {
            0, /* field[0] = lod_tensor */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__reader_desc__number_ranges[1 +
                                                                          1] = {
        {1, 0}, {0, 1}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__reader_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.ReaderDesc",
        "ReaderDesc",
        "PaddleMobile__Framework__Proto__VarType__ReaderDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType__ReaderDesc),
        1,
        paddle_mobile__framework__proto__var_type__reader_desc__field_descriptors,
        paddle_mobile__framework__proto__var_type__reader_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__reader_desc__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__var_type__reader_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__channel_desc__field_descriptors
        [2] = {
            {
                "data_type", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_ENUM,
                0, /* quantifier_offset */
                offsetof(PaddleMobile__Framework__Proto__VarType__ChannelDesc,
                         data_type),
                &paddle_mobile__framework__proto__var_type__type__descriptor,
                NULL, 0,      /* flags */
                0, NULL, NULL /* reserved1,reserved2, etc */
            },
            {
                "capacity", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_INT64,
                0, /* quantifier_offset */
                offsetof(PaddleMobile__Framework__Proto__VarType__ChannelDesc,
                         capacity),
                NULL, NULL, 0, /* flags */
                0, NULL, NULL  /* reserved1,reserved2, etc */
            },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__channel_desc__field_indices_by_name
        [] = {
            1, /* field[1] = capacity */
            0, /* field[0] = data_type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__channel_desc__number_ranges[1 +
                                                                           1] =
        {{1, 0}, {0, 2}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__channel_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.ChannelDesc",
        "ChannelDesc",
        "PaddleMobile__Framework__Proto__VarType__ChannelDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType__ChannelDesc),
        2,
        paddle_mobile__framework__proto__var_type__channel_desc__field_descriptors,
        paddle_mobile__framework__proto__var_type__channel_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__channel_desc__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__var_type__channel_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__tuple__field_descriptors[1] = {
        {
            "element_type", 1, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_ENUM,
            offsetof(PaddleMobile__Framework__Proto__VarType__Tuple,
                     n_element_type),
            offsetof(PaddleMobile__Framework__Proto__VarType__Tuple,
                     element_type),
            &paddle_mobile__framework__proto__var_type__type__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__tuple__field_indices_by_name[] =
        {
            0, /* field[0] = element_type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__tuple__number_ranges[1 + 1] = {
        {1, 0}, {0, 1}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__tuple__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.Tuple",
        "Tuple",
        "PaddleMobile__Framework__Proto__VarType__Tuple",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType__Tuple),
        1,
        paddle_mobile__framework__proto__var_type__tuple__field_descriptors,
        paddle_mobile__framework__proto__var_type__tuple__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__tuple__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__var_type__tuple__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCEnumValue
    paddle_mobile__framework__proto__var_type__type__enum_values_by_number[22] =
        {
            {"BOOL", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__BOOL",
             0},
            {"INT16", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__INT16",
             1},
            {"INT32", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__INT32",
             2},
            {"INT64", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__INT64",
             3},
            {"FP16", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__FP16",
             4},
            {"FP32", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__FP32",
             5},
            {"FP64", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__FP64",
             6},
            {"LOD_TENSOR",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__LOD_TENSOR", 7},
            {"SELECTED_ROWS",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__SELECTED_ROWS",
             8},
            {"FEED_MINIBATCH",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__FEED_MINIBATCH",
             9},
            {"FETCH_LIST",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__FETCH_LIST", 10},
            {"STEP_SCOPES",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__STEP_SCOPES",
             11},
            {"LOD_RANK_TABLE",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__LOD_RANK_TABLE",
             12},
            {"LOD_TENSOR_ARRAY",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__LOD_TENSOR_"
             "ARRAY",
             13},
            {"PLACE_LIST",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__PLACE_LIST", 14},
            {"READER",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__READER", 15},
            {"CHANNEL",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__CHANNEL", 16},
            {"RAW", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__RAW", 17},
            {"TUPLE", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__TUPLE",
             18},
            {"SIZE_T",
             "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__SIZE_T", 19},
            {"UINT8", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__UINT8",
             20},
            {"INT8", "PADDLE_MOBILE__FRAMEWORK__PROTO__VAR_TYPE__TYPE__INT8",
             21},
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__type__value_ranges[] = {{0, 0},
                                                                       {0, 22}};
static const ProtobufCEnumValueIndex
    paddle_mobile__framework__proto__var_type__type__enum_values_by_name[22] = {
        {"BOOL", 0},           {"CHANNEL", 16},
        {"FEED_MINIBATCH", 9}, {"FETCH_LIST", 10},
        {"FP16", 4},           {"FP32", 5},
        {"FP64", 6},           {"INT16", 1},
        {"INT32", 2},          {"INT64", 3},
        {"INT8", 21},          {"LOD_RANK_TABLE", 12},
        {"LOD_TENSOR", 7},     {"LOD_TENSOR_ARRAY", 13},
        {"PLACE_LIST", 14},    {"RAW", 17},
        {"READER", 15},        {"SELECTED_ROWS", 8},
        {"SIZE_T", 19},        {"STEP_SCOPES", 11},
        {"TUPLE", 18},         {"UINT8", 20},
};
const ProtobufCEnumDescriptor
    paddle_mobile__framework__proto__var_type__type__descriptor = {
        PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType.Type",
        "Type",
        "PaddleMobile__Framework__Proto__VarType__Type",
        "paddle_mobile.framework.proto",
        22,
        paddle_mobile__framework__proto__var_type__type__enum_values_by_number,
        22,
        paddle_mobile__framework__proto__var_type__type__enum_values_by_name,
        1,
        paddle_mobile__framework__proto__var_type__type__value_ranges,
        NULL,
        NULL,
        NULL,
        NULL /* reserved[1234] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_type__field_descriptors[7] = {
        {
            "type", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_ENUM,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, type),
            &paddle_mobile__framework__proto__var_type__type__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "selected_rows", 2, PROTOBUF_C_LABEL_OPTIONAL,
            PROTOBUF_C_TYPE_MESSAGE, 0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, selected_rows),
            &paddle_mobile__framework__proto__var_type__tensor_desc__descriptor,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "lod_tensor", 3, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_MESSAGE,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, lod_tensor),
            &paddle_mobile__framework__proto__var_type__lo_dtensor_desc__descriptor,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "tensor_array", 4, PROTOBUF_C_LABEL_OPTIONAL,
            PROTOBUF_C_TYPE_MESSAGE, 0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, tensor_array),
            &paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__descriptor,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "reader", 5, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_MESSAGE,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, reader),
            &paddle_mobile__framework__proto__var_type__reader_desc__descriptor,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "channel", 6, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_MESSAGE,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, channel),
            &paddle_mobile__framework__proto__var_type__channel_desc__descriptor,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "tuple", 7, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_MESSAGE,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarType, tuple),
            &paddle_mobile__framework__proto__var_type__tuple__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__var_type__field_indices_by_name[] = {
        5, /* field[5] = channel */
        2, /* field[2] = lod_tensor */
        4, /* field[4] = reader */
        1, /* field[1] = selected_rows */
        3, /* field[3] = tensor_array */
        6, /* field[6] = tuple */
        0, /* field[0] = type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_type__number_ranges[1 + 1] = {{1, 0},
                                                                       {0, 7}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_type__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarType",
        "VarType",
        "PaddleMobile__Framework__Proto__VarType",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarType),
        7,
        paddle_mobile__framework__proto__var_type__field_descriptors,
        paddle_mobile__framework__proto__var_type__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_type__number_ranges,
        (ProtobufCMessageInit)paddle_mobile__framework__proto__var_type__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const protobuf_c_boolean
    paddle_mobile__framework__proto__var_desc__persistable__default_value = 0;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__var_desc__field_descriptors[3] = {
        {
            "name", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_STRING,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarDesc, name), NULL, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "type", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_MESSAGE,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__VarDesc, type),
            &paddle_mobile__framework__proto__var_type__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "persistable", 3, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_BOOL,
            offsetof(PaddleMobile__Framework__Proto__VarDesc, has_persistable),
            offsetof(PaddleMobile__Framework__Proto__VarDesc, persistable),
            NULL,
            &paddle_mobile__framework__proto__var_desc__persistable__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__var_desc__field_indices_by_name[] = {
        0, /* field[0] = name */
        2, /* field[2] = persistable */
        1, /* field[1] = type */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__var_desc__number_ranges[1 + 1] = {{1, 0},
                                                                       {0, 3}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__var_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.VarDesc",
        "VarDesc",
        "PaddleMobile__Framework__Proto__VarDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__VarDesc),
        3,
        paddle_mobile__framework__proto__var_desc__field_descriptors,
        paddle_mobile__framework__proto__var_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__var_desc__number_ranges,
        (ProtobufCMessageInit)paddle_mobile__framework__proto__var_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const int32_t
    paddle_mobile__framework__proto__block_desc__forward_block_idx__default_value =
        -1;
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__block_desc__field_descriptors[5] = {
        {
            "idx", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_INT32,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__BlockDesc, idx), NULL,
            NULL, 0,      /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "parent_idx", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_INT32,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__BlockDesc, parent_idx),
            NULL, NULL, 0, /* flags */
            0, NULL, NULL  /* reserved1,reserved2, etc */
        },
        {
            "vars", 3, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__BlockDesc, n_vars),
            offsetof(PaddleMobile__Framework__Proto__BlockDesc, vars),
            &paddle_mobile__framework__proto__var_desc__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "ops", 4, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__BlockDesc, n_ops),
            offsetof(PaddleMobile__Framework__Proto__BlockDesc, ops),
            &paddle_mobile__framework__proto__op_desc__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "forward_block_idx", 5, PROTOBUF_C_LABEL_OPTIONAL,
            PROTOBUF_C_TYPE_INT32,
            offsetof(PaddleMobile__Framework__Proto__BlockDesc,
                     has_forward_block_idx),
            offsetof(PaddleMobile__Framework__Proto__BlockDesc,
                     forward_block_idx),
            NULL,
            &paddle_mobile__framework__proto__block_desc__forward_block_idx__default_value,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__block_desc__field_indices_by_name[] = {
        4, /* field[4] = forward_block_idx */
        0, /* field[0] = idx */
        3, /* field[3] = ops */
        1, /* field[1] = parent_idx */
        2, /* field[2] = vars */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__block_desc__number_ranges[1 + 1] = {
        {1, 0}, {0, 5}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__block_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.BlockDesc",
        "BlockDesc",
        "PaddleMobile__Framework__Proto__BlockDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__BlockDesc),
        5,
        paddle_mobile__framework__proto__block_desc__field_descriptors,
        paddle_mobile__framework__proto__block_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__block_desc__number_ranges,
        (ProtobufCMessageInit)paddle_mobile__framework__proto__block_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCFieldDescriptor
    paddle_mobile__framework__proto__program_desc__field_descriptors[2] = {
        {
            "blocks", 1, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE,
            offsetof(PaddleMobile__Framework__Proto__ProgramDesc, n_blocks),
            offsetof(PaddleMobile__Framework__Proto__ProgramDesc, blocks),
            &paddle_mobile__framework__proto__block_desc__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
        {
            "version", 2, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_MESSAGE,
            0, /* quantifier_offset */
            offsetof(PaddleMobile__Framework__Proto__ProgramDesc, version),
            &paddle_mobile__framework__proto__version__descriptor, NULL,
            0,            /* flags */
            0, NULL, NULL /* reserved1,reserved2, etc */
        },
};
static const unsigned
    paddle_mobile__framework__proto__program_desc__field_indices_by_name[] = {
        0, /* field[0] = blocks */
        1, /* field[1] = version */
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__program_desc__number_ranges[1 + 1] = {
        {1, 0}, {0, 2}};
const ProtobufCMessageDescriptor
    paddle_mobile__framework__proto__program_desc__descriptor = {
        PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.ProgramDesc",
        "ProgramDesc",
        "PaddleMobile__Framework__Proto__ProgramDesc",
        "paddle_mobile.framework.proto",
        sizeof(PaddleMobile__Framework__Proto__ProgramDesc),
        2,
        paddle_mobile__framework__proto__program_desc__field_descriptors,
        paddle_mobile__framework__proto__program_desc__field_indices_by_name,
        1,
        paddle_mobile__framework__proto__program_desc__number_ranges,
        (ProtobufCMessageInit)
            paddle_mobile__framework__proto__program_desc__init,
        NULL,
        NULL,
        NULL /* reserved[123] */
};
static const ProtobufCEnumValue
1410
    paddle_mobile__framework__proto__attr_type__enum_values_by_number[12] = {
H
hjchen2 已提交
1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421
        {"INT", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__INT", 0},
        {"FLOAT", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__FLOAT", 1},
        {"STRING", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__STRING", 2},
        {"INTS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__INTS", 3},
        {"FLOATS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__FLOATS", 4},
        {"STRINGS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__STRINGS", 5},
        {"BOOLEAN", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__BOOLEAN", 6},
        {"BOOLEANS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__BOOLEANS", 7},
        {"BLOCK", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__BLOCK", 8},
        {"LONG", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__LONG", 9},
        {"BLOCKS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__BLOCKS", 10},
1422
        {"LONGS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__LONGS", 11},
H
hjchen2 已提交
1423 1424 1425
};
static const ProtobufCIntRange
    paddle_mobile__framework__proto__attr_type__value_ranges[] = {{0, 0},
1426
                                                                  {0, 12}};
H
hjchen2 已提交
1427
static const ProtobufCEnumValueIndex
1428
    paddle_mobile__framework__proto__attr_type__enum_values_by_name[12] = {
H
hjchen2 已提交
1429 1430
        {"BLOCK", 8}, {"BLOCKS", 10}, {"BOOLEAN", 6}, {"BOOLEANS", 7},
        {"FLOAT", 1}, {"FLOATS", 4},  {"INT", 0},     {"INTS", 3},
1431
        {"LONG", 9},  {"LONGS", 11},  {"STRING", 2},  {"STRINGS", 5},
H
hjchen2 已提交
1432 1433 1434 1435 1436 1437 1438 1439
};
const ProtobufCEnumDescriptor
    paddle_mobile__framework__proto__attr_type__descriptor = {
        PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC,
        "paddle_mobile.framework.proto.AttrType",
        "AttrType",
        "PaddleMobile__Framework__Proto__AttrType",
        "paddle_mobile.framework.proto",
1440
        12,
H
hjchen2 已提交
1441
        paddle_mobile__framework__proto__attr_type__enum_values_by_number,
1442
        12,
H
hjchen2 已提交
1443 1444 1445 1446 1447 1448 1449
        paddle_mobile__framework__proto__attr_type__enum_values_by_name,
        1,
        paddle_mobile__framework__proto__attr_type__value_ranges,
        NULL,
        NULL,
        NULL,
        NULL /* reserved[1234] */
L
liuruilong 已提交
1450
};