Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sandGorgon
on Jan 31, 2021
|
parent
|
context
|
favorite
| on:
NumPy 1.20
The most interesting question here is the newest competitor to Numpy - Tensorflow -
https://www.tensorflow.org/guide/tf_numpy
With the added advantage that TF is natively accelerated on M1.
Will TF-Numpy maintain parity ?
qoqosz
on Jan 31, 2021
[–]
TF-Numpy is not a competitor to NumPy. It just introduces a small subset of NP API to TF codebase. In TF you still have immutable tensors, so e.g. sth like: tensor[mask] = new_value doesn't work.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
With the added advantage that TF is natively accelerated on M1.
Will TF-Numpy maintain parity ?