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

Method Save

tensorflow/core/framework/dataset.h:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822 bool* end_of_sequence) final;
823
824 Status Save(SerializationContext* ctx, IteratorStateWriter* writer) final {
825 TF_RETURN_IF_ERROR(params_.dataset->CheckExternalState());
826 return IteratorBase::Save(ctx, writer);
827 }
828
829 protected:
830 // Internal implementation of GetNext that is wrapped in tracing logic.

Callers

nothing calls this directly

Calls 2

SaveFunction · 0.85
CheckExternalStateMethod · 0.45

Tested by

no test coverage detected