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

Method Reserve

tensorflow/compiler/jit/graphcycles/ordered_set.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void Reserve(size_t new_size) {
62 value_to_index_.reserve(new_size);
63 value_sequence_.reserve(new_size);
64 }
65
66 void Clear() {
67 value_to_index_.clear();

Callers 7

PruneGraphDefIntoFunction · 0.45
ContractEdgeMethod · 0.45
ToProtoMethod · 0.45
ToProtoMethod · 0.45
ToProtoMethod · 0.45
CopyTensorElementsFunction · 0.45

Calls 1

reserveMethod · 0.45

Tested by 1

CopyTensorElementsFunction · 0.36