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

Method Compute

tensorflow/core/kernels/data/cache_ops.cc:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 : AnonymousResourceOp<MemoryCache>(ctx) {}
85
86void AnonymousMemoryCacheHandleOp::Compute(OpKernelContext* ctx) {
87 AnonymousResourceOp<MemoryCache>::Compute(ctx);
88}
89
90string AnonymousMemoryCacheHandleOp::name() { return kMemoryCache; }
91

Callers 2

RunOpKernelMethod · 0.45
RunAsyncMethod · 0.45

Calls 5

ComputeFunction · 0.50
inputMethod · 0.45
DeleteMethod · 0.45
resource_managerMethod · 0.45
SetStatusMethod · 0.45

Tested by 1

RunOpKernelMethod · 0.36