- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for impl (0.14 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
CMPL (BX), DX // 3913 CMPL (BX), R11 // 44391b CMPL (R11), DX // 413913 CMPL (R11), R11 // 45391b CMPL DX, DX // 39d2 or 3bd2 CMPL DX, R11 // 4439da or 413bd3 CMPL R11, DX // 4139d3 or 443bda
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (0) -
RELEASE.md
* `pfor/vectorized_map`: Added support for vectorizing 56 more ops. Vectorizing `tf.cond` is also supported now. * Set as much partial shape as we can infer statically within the gradient impl of the gather op. * Gradient of `tf.while_loop` emits `StatelessWhile` op if `cond` and body functions are stateless. This allows multiple gradients while ops to run in parallel under distribution strategy.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)