Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.cc299 struct ProtoHelper {}; struct
337 struct ProtoHelper<int64> { struct
338 static const int64* Begin(const TensorProto& proto) { in Begin()
341 static size_t NumElements(const TensorProto& proto) { in NumElements()
344 static void Fill(const int64* data, size_t n, TensorProto* proto) { in Fill()
351 struct ProtoHelper<uint64> { struct
352 static const uint64* Begin(const TensorProto& proto) { in Begin()
355 static size_t NumElements(const TensorProto& proto) { in NumElements()
358 static void Fill(const uint64* data, size_t n, TensorProto* proto) { in Fill()
365 struct ProtoHelper<ResourceHandle> { struct
[all …]