Skip to content

Rewrite of the code generation script. #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
May 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
5f636ac
Generate CTensorFlow api calls directly.
pschuh Mar 14, 2019
31065f8
Regenerated bindings.
eaplatanios Apr 13, 2019
b865896
Resolved merge conflict.
eaplatanios Apr 13, 2019
22a7ca9
Re-wrote the code generation script.
eaplatanios Apr 23, 2019
84c68a7
Minor update.
eaplatanios Apr 23, 2019
4e1088b
Switched to eager-mode generated ops.
eaplatanios Apr 23, 2019
b77f443
Added support for output lists.
eaplatanios Apr 23, 2019
53d97fd
Minor tweak.
eaplatanios Apr 23, 2019
3eb9edb
Minor tweak.
eaplatanios Apr 23, 2019
66a3318
Bug fix.
eaplatanios Apr 23, 2019
a982974
More bug fixes.
eaplatanios Apr 23, 2019
a1137b1
More bug fixes.
eaplatanios Apr 23, 2019
52eadc0
Minor tweaks.
eaplatanios Apr 23, 2019
a38448d
Made a couple more bug fixes.
eaplatanios Apr 23, 2019
a891686
Fixed a bug related to type arguments.
eaplatanios Apr 23, 2019
2126d81
Added support for function-valued attributes.
eaplatanios Apr 23, 2019
63d5d8a
Added support for string-valued tensors.
eaplatanios Apr 23, 2019
8ccece8
Bug fix for the string-valued versions of the ops.
eaplatanios Apr 23, 2019
d5ddd02
Minor bug fix related to string data types.
eaplatanios Apr 23, 2019
e441414
Fixed a bug related to the inferred tensor array counts.
eaplatanios Apr 23, 2019
6ef5753
Minor improvements to the format of the generated code.
eaplatanios Apr 23, 2019
907c8e5
Switched to using a 'TFE_Op' struct.
eaplatanios Apr 23, 2019
6390443
Added '@usableFromInline' to 'TFE_Op'.
eaplatanios Apr 23, 2019
d815ead
Removed argument labels from all functions in 'TFE_Op'.
eaplatanios Apr 23, 2019
8acc420
Bug fixes to the 'TFE_Op' implementation.
eaplatanios Apr 23, 2019
74b5f5e
Minor bug fix.
eaplatanios Apr 23, 2019
ba53389
Made generic type lists prettier in the generated code.
eaplatanios Apr 23, 2019
91eaa8b
Added a new 'tfop-eager-fallback' mode for bacckwards compatibility.
eaplatanios Apr 24, 2019
84f2bd4
'tfop' compatibility fix.
eaplatanios Apr 24, 2019
21b6d87
'tfop' compatibility fix.
eaplatanios Apr 24, 2019
95ff31f
'tfop' compatibility fix.
eaplatanios Apr 24, 2019
8ee89fd
Bug fix.
eaplatanios Apr 24, 2019
dd86b8f
Added support for more '#tfop' attributes.
eaplatanios Apr 24, 2019
f00e890
Relaxed the 'TensorGroup' constraint for some types and improved the …
eaplatanios Apr 24, 2019
04ef324
Resolved merge conflict.
eaplatanios Apr 25, 2019
a554023
Added a more prominent warning about the 'execute' methods.
eaplatanios Apr 27, 2019
a328b7e
Switched to 'eager' mode by default.
eaplatanios May 2, 2019
bdd3f67
Added calls to '_TFCOpSetDeviceFromScope'.
eaplatanios May 2, 2019
059c9c0
Fixed a memory bug.
eaplatanios May 2, 2019
326e336
Minor tweak.
eaplatanios May 2, 2019
a3f2a9b
Fixed a bug related to type list attributes and input tensor lists.
eaplatanios May 2, 2019
fdfec36
Bug fix related to number attributes.
eaplatanios May 2, 2019
bb02d3e
Disabled the status check for 'TFE_Op.addInputList'.
eaplatanios May 2, 2019
c965a9b
Removed support for 'tfop' mode.
eaplatanios May 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading