/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-multi-graph-node-proto.pbtxt | 15 type: TYPE_INT64 21 type: TYPE_INT64 27 type: TYPE_INT64 33 type: TYPE_INT64 39 type: TYPE_INT64 45 type: TYPE_INT64 51 type: TYPE_INT64 57 type: TYPE_INT64 63 type: TYPE_INT64 69 type: TYPE_INT64 [all …]
|
D | tensorflow.profiler.-graph-node-proto.pbtxt | 22 type: TYPE_INT64 28 type: TYPE_INT64 34 type: TYPE_INT64 40 type: TYPE_INT64 46 type: TYPE_INT64 52 type: TYPE_INT64 58 type: TYPE_INT64 64 type: TYPE_INT64 70 type: TYPE_INT64 76 type: TYPE_INT64 [all …]
|
D | tensorflow.summary.-summary.-audio.pbtxt | 15 type: TYPE_INT64 21 type: TYPE_INT64
|
D | tensorflow.-summary.-audio.pbtxt | 15 type: TYPE_INT64 21 type: TYPE_INT64
|
D | tensorflow.-graph-options.pbtxt | 22 type: TYPE_INT64 28 type: TYPE_INT64
|
D | tensorflow.-run-options.pbtxt | 16 type: TYPE_INT64 56 type: TYPE_INT64
|
D | tensorflow.-summary.pbtxt | 51 type: TYPE_INT64 57 type: TYPE_INT64
|
D | tensorflow.summary.-summary.pbtxt | 51 type: TYPE_INT64 57 type: TYPE_INT64
|
D | tensorflow.-attr-value.pbtxt | 16 type: TYPE_INT64 92 type: TYPE_INT64
|
D | tensorflow.train.-int64-list.pbtxt | 9 type: TYPE_INT64
|
D | tensorflow.-run-options.-experimental.pbtxt | 9 type: TYPE_INT64
|
D | tensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt | 9 type: TYPE_INT64
|
D | tensorflow.profiler.-op-log-proto.pbtxt | 25 type: TYPE_INT64
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 179 case FieldDescriptor::TYPE_INT64: in type_name() 221 case FieldDescriptor::TYPE_INT64: in has_default_value() 258 case FieldDescriptor::TYPE_INT64: in is_nullable_type() 342 case FieldDescriptor::TYPE_INT64: in default_value() 394 case FieldDescriptor::TYPE_INT64: in capitalized_type_name()
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 242 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize, 265 _FieldDescriptor.TYPE_INT64: encoder.Int64Encoder, 288 _FieldDescriptor.TYPE_INT64: encoder.Int64Sizer, 311 _FieldDescriptor.TYPE_INT64: decoder.Int64Decoder, 333 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
|
/external/tensorflow/tensorflow/core/util/ |
D | command_line_flags.cc | 152 type_(TYPE_INT64), in Flag() 201 type_(TYPE_INT64), in Flag() 234 } else if (type_ == TYPE_INT64) { in Parse() 299 } else if (flag.type_ == Flag::TYPE_INT64) { in Usage()
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 60 public static final int TYPE_INT64 = InternalNano.TYPE_INT64; field in Extension 399 case TYPE_INT64: in writeSingularData() 529 case TYPE_INT64: in writeRepeatedData() 599 case TYPE_INT64: in computePackedDataSize() 657 case TYPE_INT64: in computeSingularSerializedSize()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 103 TYPE_INT64, enumerator 214 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64) 1504 case TYPE_INT64: in get_value_size() 1612 case TYPE_INT64: in _mesa_GetBooleanv() 1715 case TYPE_INT64: in _mesa_GetFloatv() 1818 case TYPE_INT64: in _mesa_GetIntegerv() 1927 case TYPE_INT64: in _mesa_GetInteger64v() 2030 case TYPE_INT64: in _mesa_GetDoublev() 2113 case TYPE_INT64: in _mesa_GetUnsignedBytevEXT() 2298 return TYPE_INT64; in find_value_indexed() [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.h | 66 TYPE_INT64 = 2, enumerator 80 explicit DataPiece(const int64 value) : type_(TYPE_INT64), i64_(value) {} in DataPiece()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 167 TYPE_INT64, enumerator 174 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; } in NumericValue() 178 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; } in getInt64()
|
D | xeTestCaseResult.cpp | 77 case NumericValue::TYPE_INT64: in operator <<()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 272 case FieldDescriptor::TYPE_INT64: in GetJavaType() 356 case FieldDescriptor::TYPE_INT64 : return "INT64"; in FieldTypeName() 629 case FieldDescriptor::TYPE_INT64 : return "Int64"; in GetCapitalizedType() 658 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-int64-list.pbtxt | 9 type: TYPE_INT64
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | command_line_flags.cc | 85 type_(TYPE_INT64), in Flag() 132 case TYPE_INT64: in GetTypeName()
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 127 inline const uint8* ReadFromArray<int64, WireFormatLite::TYPE_INT64>( 391 case WireFormatLite::TYPE_INT64: in ReadValue() 392 return ReadPrimitive<protobuf_int64, int64, WireFormatLite::TYPE_INT64>( in ReadValue() 511 case WireFormatLite::TYPE_INT64: in ReadPackedFromArray() 512 *index += ReadPackedPrimitives<int64, WireFormatLite::TYPE_INT64>( in ReadPackedFromArray()
|