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

Method DatasetBase

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

Source from the content-addressed store, hash-verified

663 TF_EXPORT static const char kDatasetGraphOutputNodeKey[];
664
665 explicit DatasetBase(DatasetContext&& ctx)
666 : type_string_(ctx.type_string()), node_name_(ctx.node_name()) {}
667
668 // Op type name of this dataset.
669 const string& type_string() const { return type_string_; }

Callers

nothing calls this directly

Calls 1

node_nameMethod · 0.45

Tested by

no test coverage detected