Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.cc273 struct ProtoHelper {}; struct
311 struct ProtoHelper<int64> { struct
312 static const int64* Begin(const TensorProto& proto) { in Begin()
315 static size_t NumElements(const TensorProto& proto) { in NumElements()
318 static void Fill(const int64* data, size_t n, TensorProto* proto) { in Fill()
325 struct ProtoHelper<uint64> { struct
326 static const uint64* Begin(const TensorProto& proto) { in Begin()
329 static size_t NumElements(const TensorProto& proto) { in NumElements()
332 static void Fill(const uint64* data, size_t n, TensorProto* proto) { in Fill()
339 struct ProtoHelper<ResourceHandle> { struct
[all …]