Searched defs:ProtoHelper (Results 1 – 1 of 1) sorted by relevance
273 struct ProtoHelper {}; struct311 struct ProtoHelper<int64> { struct312 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> { struct326 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 …]