Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ DeleteOperation
Method
DeleteOperation
tensorflow/compiler/xrt/client/xrt_tf_client.cc:237–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
void XrtTfContext::DeleteOperation(OperationId id) {
238
CHECK_GT(operations_.erase(id), 0);
239
}
240
241
XrtTfContext::Operation* XrtTfContext::LookupOperation(OperationId id) {
242
auto it = operations_.find(id);
Callers
1
SendTensor
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected