Various type inconsistencies
See original GitHub issuePlease consider adding jax.numpy.generic
as an alias for numpy.generic
(it seems to be missing). Also,
In [5]: jnp.issubdtype(jnp.bfloat16, jnp.inexact)
Out[5]: True
In [6]: issubclass(jnp.bfloat16, jnp.inexact)
Out[6]: False
In [7]: issubclass(np.float32, np.inexact)
Out[7]: True
Line 6 should probably return true, which means somehow registering the types like numpy does.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Inconsistency
We have now discussed some different kinds of inconsistencies. They can be put into categories (intellectual boxes). There are logical inconsistencies (or ...
Read more >What types of inconsistency are there that we know of?
Type inconsistency (e.g. treating an object as a type that is incompatible with the assumed type, e.g. treating lead as steel is inconsistent...
Read more >Types of inconsistencies | Download Table - ResearchGate
Table 6 and Table 7 summarize the different kinds of sets and inconsistencies within them in the random sample. ... View in full-text ......
Read more >Typical types of inconsistency - Sybase Infocenter
There are three typical types of inconsistency that can occur during the execution of concurrent transactions. This list is not exhaustive as other...
Read more >Inconsistency - Definition, Meaning & Synonyms
Another type of inconsistency is between ideas or propositions. For example, if you want to lose weight but cannot stop eating donuts, there...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure – I’ll take care of that
Thanks!