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

Method Compute

tensorflow/core/framework/op_kernel.cc:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void AsyncOpKernel::Compute(OpKernelContext* context) {
181 Notification n;
182 ComputeAsync(context, [&n]() { n.Notify(); });
183 n.WaitForNotification();
184}
185
186// PersistentTensor ----------------------------------------------------------
187

Callers

nothing calls this directly

Calls 2

NotifyMethod · 0.45
WaitForNotificationMethod · 0.45

Tested by

no test coverage detected