8000 RFC: TensorFlow Canonical Type System by mdanatg · Pull Request #208 · tensorflow/community · GitHub
[go: up one dir, main page]

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

RFC: TensorFlow Canonical Type System #208

Merged
merged 46 commits into from
Mar 25, 2020
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0395440
Clone draft template for new tf-types RFC.
Feb 11, 2020
4e58ec3
Initial commit.
Feb 11, 2020
4553626
Capitalization
Feb 11, 2020
001efcc
Update 20200211-tf-types.md
Feb 11, 2020
71a5164
Update 20200211-tf-types.md
Feb 11, 2020
0842a2f
Update 20200211-tf-types.md
Feb 11, 2020
e4fd7fa
Update 20200211-tf-types.md
Feb 11, 2020
4666892
Update 20200211-tf-types.md
Feb 11, 2020
de72ac5
Update 20200211-tf-types.md
Feb 11, 2020
e9720c1
Update 20200211-tf-types.md
Feb 12, 2020
e3224da
Update 20200211-tf-types.md
Feb 18, 2020
53680e5
Update 20200211-tf-types.md
Feb 19, 2020
7b21bf7
Update 20200211-tf-types.md
Feb 19, 2020
c951112
Update 20200211-tf-types.md
Feb 19, 2020
aae458f
Update 20200211-tf-types.md
Feb 20, 2020
f923705
Update 20200211-tf-types.md
Feb 20, 2020
dc924a7
Update PR number.
Feb 20, 2020
5d4ce1d
Add `TensorLike` to core types.
Feb 20, 2020
fb3e2f2
Clarify note about static checkers.
Feb 20, 2020
c42f292
Add note about ABC performance concerns
Feb 21, 2020
198a1d0
Clarify semantics of `Optional`
Feb 21, 2020
5bf02fb
Add details and example for `Optional`
Feb 21, 2020
2f4d14d
Fix typo.
Feb 21, 2020
52d5617
Update 20200211-tf-types.md
Feb 21, 2020
d27dcb7
Add discussion topic
Mar 4, 2020
5bff3e7
Clarify intent for type checking mechanics
Mar 4, 2020
f692cc0
Add section on protocol for custom Tensors
Mar 7, 2020
1b20c1f
Add open question about legacy API
Mar 7, 2020
451b627
Add discussion topic for tf.TypeSpec
Mar 10, 2020
c3a1c2d
Detail the relationship with tf.TypeSpec
Mar 17, 2020
f551da1
Formatting
Mar 20, 2020
cbe5eaf
Draft guidance for adding new types
Mar 20, 2020
b8aae73
Minor edit
Mar 20, 2020
e7b0fef
Use a proper example for type annotations
Mar 20, 2020
8797e73
Update 20200211-tf-types.md
Mar 20, 2020
882dbb6
Fix typo.
Mar 20, 2020
97d5d8d
Clarify that example is non-prescriptive
Mar 21, 2020
e86de57
Update status to proposed
Mar 21, 2020
fac8975
Update time stamp
Mar 21, 2020
9c2f37f
Fix typo
Mar 21, 2020
8e47bc1
Slight update to example
Mar 21, 2020
bc33a1a
Add link to an example
Mar 24, 2020
af51680
Add design review notes
Mar 24, 2020
c8816c4
Fix indentation in notes
Mar 24, 2020
327ceda
Minor updates following design review
Mar 24, 2020
aeff124
Update status
Mar 24, 2020
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
Prev Previous commit
Next Next commit
Update status to proposed
  • Loading branch information
Dan Moldovan authored Mar 21, 2020
commit e86de57bb43a9bfc7bd28cd1567d3d6d56f72285
2 changes: 1 addition & 1 deletion rfcs/20200211-tf-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TensorFlow Canonical Type System

| Status | WIP |
| Status | Proposed |
:-------------- |:---------------------------------------------------- |
| **RFC #** | [208](https://github.com/tensorflow/community/pull/208)
| **Author(s)** | Dan Moldovan (mdan@google.com) |
Expand Down
0