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