/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-config-proto.pbtxt | 16 type: TYPE_INT32 22 type: TYPE_INT32 41 type: TYPE_INT32 120 type: TYPE_INT32 144 type: TYPE_INT32
|
D | tensorflow.-g-p-u-options.pbtxt | 39 type: TYPE_INT32 45 type: TYPE_INT32 79 type: TYPE_INT32 97 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.-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.-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.train.-job-def.pbtxt | 24 type: TYPE_INT32
|
/external/protobuf/src/google/protobuf/ |
D | map_field_test.cc | 104 typedef MapField<int32, int32, WireFormatLite::TYPE_INT32, 105 WireFormatLite::TYPE_INT32, false> MapFieldType; 211 typedef MapField<int32, int32, WireFormatLite::TYPE_INT32, 212 WireFormatLite::TYPE_INT32, false> MapFieldType; 213 typedef MapFieldLite<int32, int32, WireFormatLite::TYPE_INT32, 214 WireFormatLite::TYPE_INT32, false> MapFieldLiteType;
|
D | descriptor_unittest.cc | 269 FieldDescriptorProto::TYPE_INT32); in SetUp() 280 FieldDescriptorProto::TYPE_INT32); in SetUp() 588 FieldDescriptorProto::TYPE_INT32); in SetUp() 591 FieldDescriptorProto::TYPE_INT32); in SetUp() 605 FieldDescriptorProto::TYPE_INT32); in SetUp() 608 FieldDescriptorProto::TYPE_INT32); in SetUp() 611 FieldDescriptorProto::TYPE_INT32); in SetUp() 614 FieldDescriptorProto::TYPE_INT32); in SetUp() 617 FieldDescriptorProto::TYPE_INT32); in SetUp() 620 FieldDescriptorProto::TYPE_INT32) in SetUp() [all …]
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 183 case FieldDescriptor::TYPE_INT32: in type_name() 225 case FieldDescriptor::TYPE_INT32: in has_default_value() 260 case FieldDescriptor::TYPE_INT32: in is_nullable_type() 346 case FieldDescriptor::TYPE_INT32: in default_value() 398 case FieldDescriptor::TYPE_INT32: in capitalized_type_name()
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 244 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize, 267 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder, 290 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer, 313 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder, 335 _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>( 397 case WireFormatLite::TYPE_INT32: in ReadValue() 400 return ReadPrimitive<int32, int64, WireFormatLite::TYPE_INT32>( in ReadValue() 403 return ReadPrimitive<int32, int32, WireFormatLite::TYPE_INT32>( in ReadValue() 519 case WireFormatLite::TYPE_INT32: in ReadPackedFromArray() 522 *index += ReadPackedPrimitives<int64, WireFormatLite::TYPE_INT32>( in ReadPackedFromArray() 526 *index += ReadPackedPrimitives<int32, WireFormatLite::TYPE_INT32>( in ReadPackedFromArray()
|
/external/tensorflow/tensorflow/core/util/ |
D | command_line_flags.cc | 142 type_(TYPE_INT32), in Flag() 193 type_(TYPE_INT32), in Flag() 232 if (type_ == TYPE_INT32) { in Parse() 295 if (flag.type_ == Flag::TYPE_INT32) { in Usage()
|
/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 | 65 TYPE_INT32 = 1, enumerator 79 explicit DataPiece(const int32 value) : type_(TYPE_INT32), i32_(value) {} in DataPiece()
|
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/ |
D | descriptor_source_test_base.py | 79 type=FieldDescriptorProto.TYPE_INT32, 84 type=FieldDescriptorProto.TYPE_INT32,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 265 case FieldDescriptor::TYPE_INT32: in GetJavaType() 351 case FieldDescriptor::TYPE_INT32 : return "INT32"; in FieldTypeName() 624 case FieldDescriptor::TYPE_INT32 : return "Int32"; in GetCapitalizedType() 657 case FieldDescriptor::TYPE_INT32 : return -1; in FixedSize()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | encode_proto_op.cc | 100 size_t TotalPackedSize<WireFormatLite::TYPE_INT32, int64>(const Tensor& input, in TotalPackedSize() 113 size_t TotalPackedSize<WireFormatLite::TYPE_INT32, int32>(const Tensor& input, in TotalPackedSize() 354 case WireFormatLite::TYPE_INT32: in WriteField() 357 return WriteField<int64, int32, WireFormatLite::TYPE_INT32, in WriteField() 361 return WriteField<int32, int32, WireFormatLite::TYPE_INT32, in WriteField()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-job-def.-tasks-entry.pbtxt | 9 type: TYPE_INT32
|
D | tensorflow.train.-job-def.pbtxt | 24 type: TYPE_INT32
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | command_line_flags.cc | 75 type_(TYPE_INT32), in Flag() 130 case TYPE_INT32: in GetTypeName()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 165 Field::TYPE_INT32, "optional_int32", 1)); in TEST_F() 221 Field::TYPE_INT32, "repeated_int32", 31)); in TEST_F() 288 Field::TYPE_INT32, "packed_int32", 90)); in TEST_F()
|