Home
last modified time | relevance | path

Searched refs:TYPE_INT64 (Results 1 – 25 of 99) sorted by relevance

1234

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-multi-graph-node-proto.pbtxt15 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 …]
Dtensorflow.profiler.-graph-node-proto.pbtxt22 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 …]
Dtensorflow.summary.-summary.-audio.pbtxt15 type: TYPE_INT64
21 type: TYPE_INT64
Dtensorflow.-summary.-audio.pbtxt15 type: TYPE_INT64
21 type: TYPE_INT64
Dtensorflow.-graph-options.pbtxt22 type: TYPE_INT64
28 type: TYPE_INT64
Dtensorflow.-run-options.pbtxt16 type: TYPE_INT64
56 type: TYPE_INT64
Dtensorflow.-summary.pbtxt51 type: TYPE_INT64
57 type: TYPE_INT64
Dtensorflow.summary.-summary.pbtxt51 type: TYPE_INT64
57 type: TYPE_INT64
Dtensorflow.-attr-value.pbtxt16 type: TYPE_INT64
92 type: TYPE_INT64
Dtensorflow.train.-int64-list.pbtxt9 type: TYPE_INT64
Dtensorflow.-run-options.-experimental.pbtxt9 type: TYPE_INT64
Dtensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt9 type: TYPE_INT64
Dtensorflow.profiler.-op-log-proto.pbtxt25 type: TYPE_INT64
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc179 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/
Dtype_checkers.py242 _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/
Dcommand_line_flags.cc152 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/
DExtension.java60 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/
Dget.c103 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/
Ddatapiece.h66 TYPE_INT64 = 2, enumerator
80 explicit DataPiece(const int64 value) : type_(TYPE_INT64), i64_(value) {} in DataPiece()
/external/deqp/executor/
DxeTestCaseResult.hpp167 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()
DxeTestCaseResult.cpp77 case NumericValue::TYPE_INT64: in operator <<()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc272 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/
Dtensorflow.train.-int64-list.pbtxt9 type: TYPE_INT64
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dcommand_line_flags.cc85 type_(TYPE_INT64), in Flag()
132 case TYPE_INT64: in GetTypeName()
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h127 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()

1234