framework.pb-c.c 66.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 *
17 18 19 20 21 22 23
paddle_mobile__framework__proto__version__unpack(
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__Version *)
      PaddleMobile__Framework__protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__version__descriptor, allocator, len,
          data);
24
}
H
hjchen2 已提交
25 26
void paddle_mobile__framework__proto__version__free_unpacked(
    PaddleMobile__Framework__Proto__Version *message,
27
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
28 29 30
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__version__descriptor);
31 32
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
33
}
H
hjchen2 已提交
34 35 36 37
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 已提交
38 39
  *message = init_value;
}
H
hjchen2 已提交
40 41 42 43
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 已提交
44 45
  *message = init_value;
}
H
hjchen2 已提交
46 47 48 49
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;
50 51
  *message = init_value;
}
L
liuruilong 已提交
52
PaddleMobile__Framework__Proto__OpDesc *
53 54 55 56 57 58 59
paddle_mobile__framework__proto__op_desc__unpack(
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__OpDesc *)
      PaddleMobile__Framework__protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__op_desc__descriptor, allocator, len,
          data);
L
liuruilong 已提交
60
}
H
hjchen2 已提交
61 62
void paddle_mobile__framework__proto__op_desc__free_unpacked(
    PaddleMobile__Framework__Proto__OpDesc *message,
63
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
64 65 66
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__op_desc__descriptor);
67 68
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
69
}
H
hjchen2 已提交
70 71 72 73
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 已提交
74 75
  *message = init_value;
}
H
hjchen2 已提交
76 77 78 79
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 已提交
80 81
  *message = init_value;
}
H
hjchen2 已提交
82 83 84 85
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 已提交
86 87 88
  *message = init_value;
}
PaddleMobile__Framework__Proto__OpProto *
89 90 91 92 93 94 95
paddle_mobile__framework__proto__op_proto__unpack(
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__OpProto *)
      PaddleMobile__Framework__protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__op_proto__descriptor, allocator,
          len, data);
L
liuruilong 已提交
96
}
H
hjchen2 已提交
97 98
void paddle_mobile__framework__proto__op_proto__free_unpacked(
    PaddleMobile__Framework__Proto__OpProto *message,
99
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
100 101 102
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__op_proto__descriptor);
103 104
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
105
}
H
hjchen2 已提交
106 107 108 109
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 已提交
110 111
  *message = init_value;
}
H
hjchen2 已提交
112 113 114 115 116
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 已提交
117 118
  *message = init_value;
}
H
hjchen2 已提交
119 120 121 122 123
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 已提交
124 125
  *message = init_value;
}
H
hjchen2 已提交
126 127 128 129
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 已提交
130 131
  *message = init_value;
}
H
hjchen2 已提交
132 133 134 135
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 已提交
136 137
  *message = init_value;
}
H
hjchen2 已提交
138 139 140 141
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 已提交
142 143
  *message = init_value;
}
H
hjchen2 已提交
144 145 146 147
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 已提交
148 149 150
  *message = init_value;
}
PaddleMobile__Framework__Proto__VarType *
151 152 153 154 155 156 157
paddle_mobile__framework__proto__var_type__unpack(
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__VarType *)
      PaddleMobile__Framework__protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__var_type__descriptor, allocator,
          len, data);
L
liuruilong 已提交
158
}
H
hjchen2 已提交
159 160
void paddle_mobile__framework__proto__var_type__free_unpacked(
    PaddleMobile__Framework__Proto__VarType *message,
161
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
162 163 164
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__var_type__descriptor);
165 166
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
167
}
H
hjchen2 已提交
168 169 170 171
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 已提交
172 173 174
  *message = init_value;
}
PaddleMobile__Framework__Proto__VarDesc *
175 176 177 178 179 180 181
paddle_mobile__framework__proto__var_desc__unpack(
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__VarDesc *)
      PaddleMobile__Framework__protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__var_desc__descriptor, allocator,
          len, data);
L
liuruilong 已提交
182
}
H
hjchen2 已提交
183 184
void paddle_mobile__framework__proto__var_desc__free_unpacked(
    PaddleMobile__Framework__Proto__VarDesc *message,
185
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
186 187 188
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__var_desc__descriptor);
189 190
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
191
}
H
hjchen2 已提交
192 193 194 195
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 已提交
196 197 198
  *message = init_value;
}
PaddleMobile__Framework__Proto__BlockDesc *
H
hjchen2 已提交
199
paddle_mobile__framework__proto__block_desc__unpack(
200 201 202 203 204 205
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
  return (PaddleMobile__Framework__Proto__BlockDesc *)
      PaddleMobile__Framework__protobuf_c_message_unpack(
          &paddle_mobile__framework__proto__block_desc__descriptor, allocator,
          len, data);
L
liuruilong 已提交
206
}
H
hjchen2 已提交
207 208
void paddle_mobile__framework__proto__block_desc__free_unpacked(
    PaddleMobile__Framework__Proto__BlockDesc *message,
209
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
210 211 212
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__block_desc__descriptor);
213 214
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
215
}
H
hjchen2 已提交
216 217 218 219
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 已提交
220 221 222
  *message = init_value;
}
PaddleMobile__Framework__Proto__ProgramDesc *
H
hjchen2 已提交
223
paddle_mobile__framework__proto__program_desc__unpack(
224 225
    PaddleMobile__Framework__ProtobufCAllocator *allocator, size_t len,
    const uint8_t *data) {
L
liuruilong 已提交
226
  return (PaddleMobile__Framework__Proto__ProgramDesc *)
227
      PaddleMobile__Framework__protobuf_c_message_unpack(
H
hjchen2 已提交
228 229
          &paddle_mobile__framework__proto__program_desc__descriptor, allocator,
          len, data);
L
liuruilong 已提交
230
}
H
hjchen2 已提交
231 232
void paddle_mobile__framework__proto__program_desc__free_unpacked(
    PaddleMobile__Framework__Proto__ProgramDesc *message,
233
    PaddleMobile__Framework__ProtobufCAllocator *allocator) {
H
hjchen2 已提交
234 235 236
  if (!message) return;
  assert(message->base.descriptor ==
         &paddle_mobile__framework__proto__program_desc__descriptor);
237 238
  PaddleMobile__Framework__protobuf_c_message_free_unpacked(
      (PaddleMobile__Framework__ProtobufCMessage *)message, allocator);
L
liuruilong 已提交
239
}
H
hjchen2 已提交
240 241
static const int64_t
    paddle_mobile__framework__proto__version__version__default_value = 0ll;
242
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
243 244 245 246 247 248 249 250 251 252 253 254 255 256
    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 */
};
257
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
258 259
    paddle_mobile__framework__proto__version__number_ranges[1 + 1] = {{1, 0},
                                                                      {0, 1}};
260
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
    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] */
};
278
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
279
    paddle_mobile__framework__proto__op_desc__attr__field_descriptors[14] = {
H
hjchen2 已提交
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 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
        {
            "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 */
        },
374 375 376 377 378 379 380
        {
            "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 已提交
381 382 383 384 385 386 387 388 389 390 391 392
};
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 */
393
        13, /* field[13] = longs */
H
hjchen2 已提交
394 395 396 397 398
        0,  /* field[0] = name */
        4,  /* field[4] = s */
        7,  /* field[7] = strings */
        1,  /* field[1] = type */
};
399
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
400
    paddle_mobile__framework__proto__op_desc__attr__number_ranges[2 + 1] = {
401
        {1, 0}, {10, 8}, {0, 14}};
402
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
403 404 405 406 407 408 409
    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),
410
        14,
H
hjchen2 已提交
411 412 413 414 415 416 417 418 419 420
        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] */
};
421
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442
    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 */
};
443
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
444 445
    paddle_mobile__framework__proto__op_desc__var__number_ranges[1 + 1] = {
        {1, 0}, {0, 2}};
446
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
    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;
467
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
517
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
518 519
    paddle_mobile__framework__proto__op_desc__number_ranges[1 + 1] = {{1, 0},
                                                                      {0, 5}};
520
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
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
    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;
547
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
611
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
612 613
    paddle_mobile__framework__proto__op_proto__var__number_ranges[1 + 1] = {
        {1, 0}, {0, 6}};
614
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635
    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;
636
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
678
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
679 680
    paddle_mobile__framework__proto__op_proto__attr__number_ranges[1 + 1] = {
        {1, 0}, {0, 4}};
681
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699
    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] */
};
700
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
749
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
750 751
    paddle_mobile__framework__proto__op_proto__number_ranges[1 + 1] = {{1, 0},
                                                                       {0, 5}};
752
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769
    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] */
};
770
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
798
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
799 800 801
    paddle_mobile__framework__proto__var_type__tensor_desc__number_ranges[1 +
                                                                          1] = {
        {1, 0}, {0, 2}};
802
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823
    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;
824
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
855
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
856 857
    paddle_mobile__framework__proto__var_type__lo_dtensor_desc__number_ranges
        [1 + 1] = {{1, 0}, {0, 2}};
858
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879
    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;
880
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
914
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
915 916
    paddle_mobile__framework__proto__var_type__lo_dtensor_array_desc__number_ranges
        [1 + 1] = {{1, 0}, {0, 2}};
917
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935
    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] */
};
936
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953
    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 */
};
954
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
955 956 957
    paddle_mobile__framework__proto__var_type__reader_desc__number_ranges[1 +
                                                                          1] = {
        {1, 0}, {0, 1}};
958
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976
    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] */
};
977
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
1004
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1005 1006 1007
    paddle_mobile__framework__proto__var_type__channel_desc__number_ranges[1 +
                                                                           1] =
        {{1, 0}, {0, 2}};
1008
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026
    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] */
};
1027
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044
    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 */
};
1045
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1046 1047
    paddle_mobile__framework__proto__var_type__tuple__number_ranges[1 + 1] = {
        {1, 0}, {0, 1}};
1048
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066
    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] */
};
1067
static const PaddleMobile__Framework__ProtobufCEnumValue
H
hjchen2 已提交
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
    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},
};
1120
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1121 1122
    paddle_mobile__framework__proto__var_type__type__value_ranges[] = {{0, 0},
                                                                       {0, 22}};
1123
static const PaddleMobile__Framework__ProtobufCEnumValueIndex
H
hjchen2 已提交
1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136
    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},
};
1137
const PaddleMobile__Framework__ProtobufCEnumDescriptor
H
hjchen2 已提交
1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154
    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] */
};
1155
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
1224
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1225 1226
    paddle_mobile__framework__proto__var_type__number_ranges[1 + 1] = {{1, 0},
                                                                       {0, 7}};
1227
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246
    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;
1247
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
1280
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1281 1282
    paddle_mobile__framework__proto__var_desc__number_ranges[1 + 1] = {{1, 0},
                                                                       {0, 3}};
1283
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303
    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;
1304
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
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
    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 */
};
1357
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1358 1359
    paddle_mobile__framework__proto__block_desc__number_ranges[1 + 1] = {
        {1, 0}, {0, 5}};
1360
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377
    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] */
};
1378
static const PaddleMobile__Framework__ProtobufCFieldDescriptor
H
hjchen2 已提交
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401
    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 */
};
1402
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1403 1404
    paddle_mobile__framework__proto__program_desc__number_ranges[1 + 1] = {
        {1, 0}, {0, 2}};
1405
const PaddleMobile__Framework__ProtobufCMessageDescriptor
H
hjchen2 已提交
1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423
    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] */
};
1424
static const PaddleMobile__Framework__ProtobufCEnumValue
1425
    paddle_mobile__framework__proto__attr_type__enum_values_by_number[12] = {
H
hjchen2 已提交
1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436
        {"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},
1437
        {"LONGS", "PADDLE_MOBILE__FRAMEWORK__PROTO__ATTR_TYPE__LONGS", 11},
H
hjchen2 已提交
1438
};
1439
static const PaddleMobile__Framework__ProtobufCIntRange
H
hjchen2 已提交
1440
    paddle_mobile__framework__proto__attr_type__value_ranges[] = {{0, 0},
1441
                                                                  {0, 12}};
1442
static const PaddleMobile__Framework__ProtobufCEnumValueIndex
1443
    paddle_mobile__framework__proto__attr_type__enum_values_by_name[12] = {
H
hjchen2 已提交
1444 1445
        {"BLOCK", 8}, {"BLOCKS", 10}, {"BOOLEAN", 6}, {"BOOLEANS", 7},
        {"FLOAT", 1}, {"FLOATS", 4},  {"INT", 0},     {"INTS", 3},
1446
        {"LONG", 9},  {"LONGS", 11},  {"STRING", 2},  {"STRINGS", 5},
H
hjchen2 已提交
1447
};
1448
const PaddleMobile__Framework__ProtobufCEnumDescriptor
H
hjchen2 已提交
1449 1450 1451 1452 1453 1454
    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",
1455
        12,
H
hjchen2 已提交
1456
        paddle_mobile__framework__proto__attr_type__enum_values_by_number,
1457
        12,
H
hjchen2 已提交
1458 1459 1460 1461 1462 1463 1464
        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 已提交
1465
};