We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f06ae9 + 20f2b86 commit 3970b47Copy full SHA for 3970b47
tensorflow/c/c_api_experimental.cc
@@ -8309,7 +8309,7 @@ TF_Operation* TF_MakeFileBasedIteratorGetNextWithDatasets(
8309
status->status = tensorflow::errors::Unimplemented(
8310
"TF_MakeFileBasedIteratorGetNextWithDatasets in the experimental C API "
8311
"is not implemented for Windows");
8312
- return nullptr
+ return nullptr;
8313
#else
8314
tensorflow::Status s;
8315
0 commit comments