Fix preformance bug in MapAndBatchDatasetOp
Previously we were creating a copy of the result tesor to pass it into CopyElementSlice what prevented the fast path what doesn't copy the actual underlying data to trigger. Adding an extra std::move should fix this issue. PiperOrigin-RevId: 232839237
Loading
Please sign in to comment