| 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_; } |