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

Method LookupOperation

tensorflow/compiler/xrt/client/xrt_tf_client.cc:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241XrtTfContext::Operation* XrtTfContext::LookupOperation(OperationId id) {
242 auto it = operations_.find(id);
243 CHECK(it != operations_.end()) << id;
244 return &it->second;
245}
246
247std::vector<XrtTensorHandle> XrtTfContext::EnqueueOp(
248 absl::string_view name, absl::Span<const XrtTensorHandle* const> inputs,

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected