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

Method resize

tensorflow/core/lib/gtl/flatmap.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 void reserve(size_t N) { rep_.Resize(std::max(N, size())); }
112 void rehash(size_t N) { rep_.Resize(std::max(N, size())); }
113 void resize(size_t N) { rep_.Resize(std::max(N, size())); }
114 size_t size() const { return rep_.size(); }
115 bool empty() const { return size() == 0; }
116 size_t bucket_count() const { return rep_.bucket_count(); }

Callers 15

GetInputNodesInfoFunction · 0.45
TESTFunction · 0.45
AsyncFeatureStoreMgrMethod · 0.45
FeatureStoreMgrMethod · 0.45
SplitResponseMethod · 0.45
GetScaleAndOffsetValuesFunction · 0.45
RemoveNodesFunction · 0.45
FoldConstantsFunction · 0.45
InputIndexerMethod · 0.45
BigQueryTableAccessorMethod · 0.45

Calls 3

maxFunction · 0.50
sizeFunction · 0.50
ResizeMethod · 0.45

Tested by 15

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
AddTensorsMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
RunTestPermutationFunction · 0.36
MedianAbsFunction · 0.36