Home
last modified time | relevance | path

Searched refs:protobuf_uint64 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dprotobuf.h49 using protobuf_uint64 = ::google::protobuf::uint64; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc124 protobuf_uint64 v; in ReadVarintSizeAsInt()
253 protobuf_uint64 v; in ParseFast()
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h215 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/
Dutil.h164 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/
Dencode_proto_op.cc351 return WriteField<uint64, protobuf_uint64, WireFormatLite::TYPE_UINT64, in WriteField()
369 return WriteField<uint64, protobuf_uint64, WireFormatLite::TYPE_FIXED64, in WriteField()
Ddecode_proto_op.cc418 protobuf_uint64 tmp64; in SkipValue()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc229 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/
Dtensor.cc333 protobuf::RepeatedField<protobuf_uint64> copy(data, data + n); in Fill()