MCPcopy 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
237void XrtTfContext::DeleteOperation(OperationId id) {
238 CHECK_GT(operations_.erase(id), 0);
239}
240
241XrtTfContext::Operation* XrtTfContext::LookupOperation(OperationId id) {
242 auto it = operations_.find(id);

Callers 1

SendTensorMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected