Home
last modified time | relevance | path

Searched refs:TYPE_INT32 (Results 1 – 25 of 113) sorted by relevance

12345

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-g-p-u-options.pbtxt39 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
Dtensorflow.summary.-summary.-image.pbtxt9 type: TYPE_INT32
15 type: TYPE_INT32
21 type: TYPE_INT32
Dtensorflow.-summary.-image.pbtxt9 type: TYPE_INT32
15 type: TYPE_INT32
21 type: TYPE_INT32
Dtensorflow.-config-proto.pbtxt16 type: TYPE_INT32
22 type: TYPE_INT32
41 type: TYPE_INT32
126 type: TYPE_INT32
150 type: TYPE_INT32
Dtensorflow.-summary.pbtxt18 type: TYPE_INT32
24 type: TYPE_INT32
30 type: TYPE_INT32
Dtensorflow.summary.-summary.pbtxt18 type: TYPE_INT32
24 type: TYPE_INT32
30 type: TYPE_INT32
Dtensorflow.train.-server-def.pbtxt22 type: TYPE_INT32
41 type: TYPE_INT32
Dtensorflow.-config-proto.-device-count-entry.pbtxt15 type: TYPE_INT32
Dtensorflow.train.-job-def.-tasks-entry.pbtxt9 type: TYPE_INT32
Dtensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt9 type: TYPE_INT32
Dtensorflow.-graph-def.pbtxt23 type: TYPE_INT32
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-server-def.pbtxt22 type: TYPE_INT32
41 type: TYPE_INT32
Dtensorflow.train.-job-def.-tasks-entry.pbtxt9 type: TYPE_INT32
/external/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php42 const TYPE_INT32 = 5; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
114 self::TYPE_INT32 => 'TYPE_INT32',
/external/protobuf/php/src/Google/Protobuf/Field/
DKind.php51 const TYPE_INT32 = 5; define in Google\\Protobuf\\Field\\Kind
137 self::TYPE_INT32 => 'TYPE_INT32',
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py292 _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/
Ddecode.h107 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/
Dcommand_line_flags.cc138 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/
Dcsharp_field_base.cc226 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/
Dmap_field_test.cc101 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>
Ddescriptor_unittest.cc328 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/
DExtension.java62 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/
Ddatapiece.h64 TYPE_INT32 = 1, enumerator
79 : type_(TYPE_INT32), i32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
Ddatapiece.cc234 case TYPE_INT32: in ValueAsStringOrDefault()
336 case TYPE_INT32: in GenericConvert()
405 case TYPE_INT32: in InternalCopy()
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Ddescriptor_source_test_base.py77 type=FieldDescriptorProto.TYPE_INT32,
82 type=FieldDescriptorProto.TYPE_INT32,

12345