Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void MemoryCache::emplace_back(std::vector<Tensor> element) {
73
mutex_lock l(mu_);
74
cache_.emplace_back(std::move(element));
75
}
76
77
size_t MemoryCache::size() {
78
tf_shared_lock l(mu_);
Callers
15
FilesExist
Method · 0.45
GetChildren
Method · 0.45
GetMatchingPaths
Method · 0.45
EncodeByFlatBuffer
Function · 0.45
main
Function · 0.45
CreateWarmupParams
Function · 0.45
InternalGetSignatureInfo
Function · 0.45
ParseRequest
Method · 0.45
ParseBatchRequestFromBuf
Method · 0.45
ParseGPUIds
Function · 0.45
Create
Method · 0.45
AddModelSession
Method · 0.45
Calls
no outgoing calls
Tested by
15
FilesExist
Method · 0.36
GetChildren
Method · 0.36
GetMatchingPaths
Method · 0.36
EncodeByFlatBuffer
Function · 0.36
main
Function · 0.36
AddModelSession
Method · 0.36
TEST_F
Function · 0.36
AddHostPortsJob
Method · 0.36
TEST_F
Function · 0.36
WriteCell
Function · 0.36
MakeRowFilter
Method · 0.36
SingleOpModel
Method · 0.36