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

Method emplace_back

tensorflow/core/kernels/data/cache_ops.cc:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void MemoryCache::emplace_back(std::vector<Tensor> element) {
73 mutex_lock l(mu_);
74 cache_.emplace_back(std::move(element));
75}
76
77size_t MemoryCache::size() {
78 tf_shared_lock l(mu_);

Callers 15

FilesExistMethod · 0.45
GetChildrenMethod · 0.45
GetMatchingPathsMethod · 0.45
EncodeByFlatBufferFunction · 0.45
mainFunction · 0.45
CreateWarmupParamsFunction · 0.45
InternalGetSignatureInfoFunction · 0.45
ParseRequestMethod · 0.45
ParseGPUIdsFunction · 0.45
CreateMethod · 0.45
AddModelSessionMethod · 0.45

Calls

no outgoing calls

Tested by 15

FilesExistMethod · 0.36
GetChildrenMethod · 0.36
GetMatchingPathsMethod · 0.36
EncodeByFlatBufferFunction · 0.36
mainFunction · 0.36
AddModelSessionMethod · 0.36
TEST_FFunction · 0.36
AddHostPortsJobMethod · 0.36
TEST_FFunction · 0.36
WriteCellFunction · 0.36
MakeRowFilterMethod · 0.36
SingleOpModelMethod · 0.36