Searched refs:protobuf_uint64 (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | protobuf.h | 49 using protobuf_uint64 = ::google::protobuf::uint64; variable
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding.cc | 124 protobuf_uint64 v; in ReadVarintSizeAsInt() 253 protobuf_uint64 v; in ParseFast()
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 215 protobuf_uint64 temp; 216 buf = WireFormatLite::ReadPrimitiveFromArray<protobuf_uint64, 395 return ReadPrimitive<protobuf_uint64, uint64, in ReadValue() 410 return ReadPrimitive<protobuf_uint64, uint64, in ReadValue()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.h | 164 const tensorflow::protobuf::RepeatedField<tensorflow::protobuf_uint64>& v) { in AsUInt64Slice() 165 absl::Span<const tensorflow::protobuf_uint64> slice(v); in AsUInt64Slice()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | encode_proto_op.cc | 351 return WriteField<uint64, protobuf_uint64, WireFormatLite::TYPE_UINT64, in WriteField() 369 return WriteField<uint64, protobuf_uint64, WireFormatLite::TYPE_FIXED64, in WriteField()
|
D | decode_proto_op.cc | 418 protobuf_uint64 tmp64; in SkipValue()
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 229 protobuf_uint64 n; // There is no API for int64 in ParseInt64List() 238 protobuf_uint64 n; // There is no API for int64 in ParseInt64List() 262 protobuf_uint64 dummy; in SkipExtraneousTag() 1686 protobuf_uint64 n; // There is no API for int64 in ParseInt64Feature() 1698 protobuf_uint64 n; // There is no API for int64 in ParseInt64Feature()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 333 protobuf::RepeatedField<protobuf_uint64> copy(data, data + n); in Fill()
|