-
Related to #90
(Sorry for the amount of text here! I also hope I'm understanding the moving parts in `tarski` correctly, or else I might not be making much sense.)
RDDL has a number of language…
-
This is follow-up to https://github.com/mozilla/mentat/pull/171#discussion_r96086384 and #170. Right now, I'm representing positive integer entids as `i64`, since SQLite doesn't have an unsigned `u64…
-
你好,在google 的一篇论文Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference提到:关于add量化时不进行特别的操作,只是在部署时需要将其放缩到同一尺度下进行运算;关于concatenation拼接操作,需要限制拼接模块的输入输出都在同一尺度下。请问关于这两个操作…
-
Extracted from discussion in #7693 (such an idea has also shown up in other discussions). cc @daurnimator in particular.
There are two things which Zig is currently unable to represent cleanly:
- …
ghost updated
2 years ago
-
I want to say something about our TON Blockchain and wellet , app / First of all, TON app of updates are needed like national ID card verification and face verification of users. Please turn on login …
-
I'm trying to use fiat-crypto to synthesize (bedrock2) C code for NTT operations as used in some PQ lattice-based cryptography, where the prime modulus fits in one word.
How difficult would it be to …
-
I was trying to use `(expt (asarray '(1 2)) 2)`. But that doesn't seem to work.
In fact, from the [CLHS](http://www.lispworks.com/documentation/HyperSpec/Body/c_number.htm), we have (double-check i…
-
Edit: I’m sleep-deprived right now but the original main ideas of this issue seem misguided? The problem we actually need to solve (unless I’m forgetting something) is transferring values from compile…
-
The `number` data type is a straightforward IEEE float at the moment. This is an easy solution that covers most kinds of number, but means authors need to understand all the edge cases or implement no…
-
From https://groups.google.com/g/sage-release/c/g8TLPf61i3A/m/R-SmU68oCAAJ
When canceling obtaining the divisors of a (large) integer, one leaks massive amounts of memory for the following reason:
…