Description[wasm] Initial commit for the Int64Reducer.
The goal of the Int64Reducer is to replace all int64 nodes in a tf graph
with a set of int32 nodes such that 64 bit tf functions can be executed
on 32 bit platforms. At the moment the Int64Reducer only replaces
Int64Constants, TruncateInt64ToInt32, and Word64And.
R=titzer@chromium.org
Committed: https://crrev.com/110173989818fff4b1fa5bebb09e56aa59ea9a6c
Cr-Commit-Position: refs/heads/master@{#33721}
Patch Set 1 #Patch Set 2 : Rename children to inputs #
Total comments: 13
Patch Set 3 : feedback addressed #
Total comments: 4
Patch Set 4 : rebase #Patch Set 5 : Initialize replacement array #
Messages
Total messages: 12 (3 generated)
|