Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from tensorflow/master
Browse files Browse the repository at this point in the history
sync to master
  • Loading branch information
raghuraman-k committed Sep 7, 2018
2 parents ee49a44 + 4bdfaff commit a2f62ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/extend/new_data_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MyReaderDatasetOp : public tensorflow::DatasetOpKernel {

void MakeDataset(tensorflow::OpKernelContext* ctx,
tensorflow::DatasetBase** output) override {
// Parse and validate any input tensors 0that define the dataset using
// Parse and validate any input tensors that define the dataset using
// `ctx->input()` or the utility function
// `ParseScalarArgument<T>(ctx, &arg)`.

Expand Down

0 comments on commit a2f62ab

Please sign in to comment.