Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc124 protobuf_uint64 v; in ReadVarintSizeAsInt()
253 protobuf_uint64 v; in ParseFast()
/external/tensorflow/tensorflow/core/platform/
Dprotobuf.h49 using protobuf_uint64 = ::google::protobuf::uint64; variable
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h215 protobuf_uint64 temp;
216 buf = WireFormatLite::ReadPrimitiveFromArray<protobuf_uint64,
413 return ReadPrimitive<protobuf_uint64, uint64, in ReadValue()
428 return ReadPrimitive<protobuf_uint64, uint64, in ReadValue()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h192 const tensorflow::protobuf::RepeatedField<tensorflow::protobuf_uint64>& v) { in AsUInt64Slice()
193 absl::Span<const tensorflow::protobuf_uint64> slice(v); in AsUInt64Slice()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc371 return WriteField<uint64, protobuf_uint64, WireFormatLite::TYPE_UINT64, in WriteField()
389 return WriteField<uint64, protobuf_uint64, WireFormatLite::TYPE_FIXED64, in WriteField()
Ddecode_proto_op.cc421 protobuf_uint64 tmp64; in SkipValue()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc245 protobuf_uint64 n; // There is no API for int64 in ParseInt64List()
254 protobuf_uint64 n; // There is no API for int64 in ParseInt64List()
278 protobuf_uint64 dummy; in SkipExtraneousTag()
1938 protobuf_uint64 n; // There is no API for int64 in ParseInt64Feature()
1950 protobuf_uint64 n; // There is no API for int64 in ParseInt64Feature()
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc359 protobuf::RepeatedField<protobuf_uint64> copy(data, data + n); in Fill()