Home
last modified time | relevance | path

Searched defs:ProtoHelper (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor.cc265 struct ProtoHelper {}; struct
303 struct ProtoHelper<int64> { struct
304 static const int64* Begin(const TensorProto& proto) { in Begin()
307 static size_t NumElements(const TensorProto& proto) { in NumElements()
310 static void Fill(const int64* data, size_t n, TensorProto* proto) { in Fill()
317 struct ProtoHelper<uint64> { struct
318 static const uint64* Begin(const TensorProto& proto) { in Begin()
321 static size_t NumElements(const TensorProto& proto) { in NumElements()
324 static void Fill(const uint64* data, size_t n, TensorProto* proto) { in Fill()
331 struct ProtoHelper<ResourceHandle> { struct
[all …]