Fix line spacing
This commit is contained in:
parent
6f7d4ecf19
commit
4082c29741
@ -158,9 +158,8 @@ class MapDatasetOp::Dataset : public DatasetBase {
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
Status s =
|
||||
instantiated_captured_func_->Run(ctx, std::move(args), out_tensors,
|
||||
model_node());
|
||||
Status s = instantiated_captured_func_->Run(ctx, std::move(args),
|
||||
out_tensors, model_node());
|
||||
if (errors::IsOutOfRange(s)) {
|
||||
if (dataset()->preserve_cardinality_) {
|
||||
// To guarantee that the transformation preserves the cardinality of
|
||||
|
Loading…
x
Reference in New Issue
Block a user