Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dprotobuf.h37 using protobuf_uint64 = ::google::protobuf::uint64; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc123 protobuf_uint64 v; in ReadVarintSizeAsInt()
252 protobuf_uint64 v; in ParseFast()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h154 const tensorflow::protobuf::RepeatedField<tensorflow::protobuf_uint64>& v) { in AsUInt64Slice()
155 tensorflow::gtl::ArraySlice<tensorflow::protobuf_uint64> slice(v); in AsUInt64Slice()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc207 protobuf_uint64 n; // There is no API for int64 in ParseInt64List()
216 protobuf_uint64 n; // There is no API for int64 in ParseInt64List()
240 protobuf_uint64 dummy; in SkipExtraneousTag()
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc325 protobuf::RepeatedField<protobuf_uint64> copy(data, data + n); in Fill()