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

Method Compute

tensorflow/core/kernels/restore_op.cc:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41 }
42 void Compute(OpKernelContext* context) override {
43 RestoreTensor(context, &checkpoint::OpenTableTensorSliceReader,
44 preferred_shard_, false, 0);
45 }
46
47 private:
48 int preferred_shard_;

Callers

nothing calls this directly

Calls 1

RestoreTensorFunction · 0.85

Tested by

no test coverage detected