MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Resize

Method Resize

tensorflow/core/platform/tstring.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 template <typename T, typename = void>
53 struct ResizeUninitialized {
54 static void Resize(T& s, size_t new_size) { s.resize(new_size); }
55 };
56
57 template <typename T>

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected