/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-g-p-u-options.pbtxt | 39 type: TYPE_INT32 45 type: TYPE_INT32 79 type: TYPE_INT32 97 type: TYPE_INT32 103 type: TYPE_INT32 109 type: TYPE_INT32 123 type: TYPE_INT32
|
D | tensorflow.summary.-summary.-image.pbtxt | 9 type: TYPE_INT32 15 type: TYPE_INT32 21 type: TYPE_INT32
|
D | tensorflow.-summary.-image.pbtxt | 9 type: TYPE_INT32 15 type: TYPE_INT32 21 type: TYPE_INT32
|
D | tensorflow.-config-proto.pbtxt | 16 type: TYPE_INT32 22 type: TYPE_INT32 41 type: TYPE_INT32 126 type: TYPE_INT32 150 type: TYPE_INT32
|
D | tensorflow.-summary.pbtxt | 18 type: TYPE_INT32 24 type: TYPE_INT32 30 type: TYPE_INT32
|
D | tensorflow.summary.-summary.pbtxt | 18 type: TYPE_INT32 24 type: TYPE_INT32 30 type: TYPE_INT32
|
D | tensorflow.train.-server-def.pbtxt | 22 type: TYPE_INT32 41 type: TYPE_INT32
|
D | tensorflow.-config-proto.-device-count-entry.pbtxt | 15 type: TYPE_INT32
|
D | tensorflow.train.-job-def.-tasks-entry.pbtxt | 9 type: TYPE_INT32
|
D | tensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt | 9 type: TYPE_INT32
|
D | tensorflow.-graph-def.pbtxt | 23 type: TYPE_INT32
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-server-def.pbtxt | 22 type: TYPE_INT32 41 type: TYPE_INT32
|
D | tensorflow.train.-job-def.-tasks-entry.pbtxt | 9 type: TYPE_INT32
|
/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Type.php | 42 const TYPE_INT32 = 5; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type 114 self::TYPE_INT32 => 'TYPE_INT32',
|
/external/protobuf/php/src/Google/Protobuf/Field/ |
D | Kind.php | 51 const TYPE_INT32 = 5; define in Google\\Protobuf\\Field\\Kind 137 self::TYPE_INT32 => 'TYPE_INT32',
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 292 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize, 315 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder, 338 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer, 361 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder, 383 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 107 inline const uint8* ReadFromArray<int64, WireFormatLite::TYPE_INT32>( 117 inline const uint8* ReadFromArray<int32, WireFormatLite::TYPE_INT32>( 415 case WireFormatLite::TYPE_INT32: in ReadValue() 418 return ReadPrimitive<int32, int64, WireFormatLite::TYPE_INT32>( in ReadValue() 421 return ReadPrimitive<int32, int32, WireFormatLite::TYPE_INT32>( in ReadValue() 537 case WireFormatLite::TYPE_INT32: in ReadPackedFromArray() 540 *index += ReadPackedPrimitives<int64, WireFormatLite::TYPE_INT32>( in ReadPackedFromArray() 544 *index += ReadPackedPrimitives<int32, WireFormatLite::TYPE_INT32>( in ReadPackedFromArray()
|
/external/tensorflow/tensorflow/core/util/ |
D | command_line_flags.cc | 138 type_(TYPE_INT32), in Flag() 198 type_(TYPE_INT32), in Flag() 237 if (type_ == TYPE_INT32) { in Parse() 300 if (flag.type_ == Flag::TYPE_INT32) { in Usage()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 226 case FieldDescriptor::TYPE_INT32: in type_name() 268 case FieldDescriptor::TYPE_INT32: in has_default_value() 362 case FieldDescriptor::TYPE_INT32: in default_value() 414 case FieldDescriptor::TYPE_INT32: in capitalized_type_name()
|
/external/protobuf/src/google/protobuf/ |
D | map_field_test.cc | 101 typedef MapField<EntryType, int32, int32, WireFormatLite::TYPE_INT32, 102 WireFormatLite::TYPE_INT32, false> 205 typedef MapField<EntryType, int32, int32, WireFormatLite::TYPE_INT32, 206 WireFormatLite::TYPE_INT32, false>
|
D | descriptor_unittest.cc | 328 FieldDescriptorProto::TYPE_INT32); in SetUp() 339 FieldDescriptorProto::TYPE_INT32); in SetUp() 699 FieldDescriptorProto::TYPE_INT32); in SetUp() 701 FieldDescriptorProto::TYPE_INT32); in SetUp() 714 FieldDescriptorProto::TYPE_INT32); in SetUp() 716 FieldDescriptorProto::TYPE_INT32); in SetUp() 718 FieldDescriptorProto::TYPE_INT32); in SetUp() 720 FieldDescriptorProto::TYPE_INT32); in SetUp() 722 FieldDescriptorProto::TYPE_INT32); in SetUp() 724 FieldDescriptorProto::TYPE_INT32) in SetUp() [all …]
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 62 public static final int TYPE_INT32 = InternalNano.TYPE_INT32; field in Extension 407 case TYPE_INT32: in writeSingularData() 514 case TYPE_INT32: in writeRepeatedData() 581 case TYPE_INT32: in computePackedDataSize() 663 case TYPE_INT32: in computeSingularSerializedSize()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.h | 64 TYPE_INT32 = 1, enumerator 79 : type_(TYPE_INT32), i32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
|
D | datapiece.cc | 234 case TYPE_INT32: in ValueAsStringOrDefault() 336 case TYPE_INT32: in GenericConvert() 405 case TYPE_INT32: in InternalCopy()
|
/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
D | descriptor_source_test_base.py | 77 type=FieldDescriptorProto.TYPE_INT32, 82 type=FieldDescriptorProto.TYPE_INT32,
|