Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Use multiple TFE_OpAddInput calls instead of one TFE_OpAddIputList #375

Merged
merged 2 commits into from
Jul 19, 2019

Conversation

bgogul
Copy link
Contributor

@bgogul bgogul commented Jul 18, 2019

A bug in TFE_OpAddInputList implementation is causing Raw.ZipDataset test to fail. This PR replaces a single call to TFE_OpAddInputList with a sequence of calls to TFE_OpAddInput, which has the same effect as TFE_OpAddInput implementation works for Raw.ZipDataset.

This PR also fixes the inconsistency between EagerExecution.swift.gyb and EagerExecution.swift.

@bgogul bgogul requested a review from pschuh July 18, 2019 23:47
@bgogul bgogul merged commit 6d525f5 into tensorflow:master Jul 19, 2019
@bgogul bgogul deleted the fix_zip_crash branch July 19, 2019 00:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants