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

Method resize

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

Source from the content-addressed store, hash-verified

156 char& operator[](size_t i) { return str_[i]; }
157
158 void resize(size_t new_size) { str_.resize(new_size); }
159
160 void resize_uninitialized(size_t new_size) {
161 ResizeUninitialized<decltype(str_)>::Resize(str_, new_size);

Callers 15

FilesExistMethod · 0.45
PopAnnotationMethod · 0.45
GetMatchingPathsFunction · 0.45
DataMethod · 0.45
ResizeMethod · 0.45
ReadMethod · 0.45
TESTFunction · 0.45
MaybeFetchMethod · 0.45
ReadCacheFunction · 0.45
TESTFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
ReadCacheFunction · 0.36
TESTFunction · 0.36
RunMethod · 0.36
ReadAllMethod · 0.36
TEST_FFunction · 0.36
ReadAllMethod · 0.36
TEST_FFunction · 0.36