- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for neg (0.08 sec)
-
src/cmd/asm/internal/asm/testdata/riscv64.s
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 25 12:05:29 UTC 2024 - 16.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64.s
CNTTZW R3,R4 // 7c640434 CNTTZWCC R3,R4 // 7c640435 CNTTZD R3,R4 // 7c640474 CNTTZDCC R3,R4 // 7c640475 NEG R3, R4 // 7c8300d0 NEGCC R3, R4 // 7c8300d1 NEGV R3, R4 // 7c8304d0 NEGVCC R3, R4 // 7c8304d1 BEQ 0(PC) // 41820000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 29 13:14:38 UTC 2024 - 51K bytes - Viewed (0) -
RELEASE.md
tf.reverse() now takes indices of axes to be reversed. E.g. `tf.reverse(a, [True, False, True])` must now be written as `tf.reverse(a, [0, 2])`. `tf.reverse_v2()` will remain until 1.0 final. * `tf.mul`, `tf.sub` and `tf.neg` are deprecated in favor of `tf.multiply`, `tf.subtract` and `tf.negative`. * `tf.pack` and `tf.unpack` are deprecated in favor of `tf.stack` and `tf.unstack`. * `TensorArray.pack` and `TensorArray.unpack` are getting
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)