Searched defs:ProtoHelper (Results 1 – 1 of 1) sorted by relevance
299 struct ProtoHelper {}; struct337 struct ProtoHelper<int64> { struct338 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> { struct352 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 …]