|
|
|
|
|
by yablak
1324 days ago
|
|
I love the function chaining. It's basically functional programming with "immutable" intermediates (yes I know they're not really immutable, but we don't modify them in place). Another good example of this style is tf.data pipelines. Also a very nice API. |
|