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

Method Initialize

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

Performs initialization that needs to happen outside of a constructor to properly propagate errors.

Source from the content-addressed store, hash-verified

534 // Performs initialization that needs to happen outside of a constructor to
535 // properly propagate errors.
536 virtual Status Initialize(IteratorContext* ctx) { return Status::OK(); }
537
538 // Saves the state of this iterator.
539 virtual Status Save(SerializationContext* ctx, IteratorStateWriter* writer) {

Callers 1

MakeIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected