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

Method Compute

tensorflow/core/kernels/restore_op.cc:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67 }
68 void Compute(OpKernelContext* context) override {
69 RestoreTensor(context, &checkpoint::OpenTableTensorSliceReader,
70 preferred_shard_, true, 0);
71 }
72
73 private:
74 int preferred_shard_;

Callers

nothing calls this directly

Calls 1

RestoreTensorFunction · 0.85

Tested by

no test coverage detected