- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for operator (0.14 seconds)
-
RELEASE.md
"true" or "1", this environment variable makes `tf.nn.bias_add` operate deterministically (i.e. reproducibly), but currently only when XLA JIT compilation is *not* enabled. Setting `TF_DETERMINISTIC_OPS` to "true" or "1" also makes cuDNN convolution and max-pooling operate deterministically. This makes Keras Conv\*D and MaxPool\*D layers operate deterministically in
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3) -
lib/fips140/v1.0.0-c2097c7c.zip
fieldMul(a, b fieldElement) fieldElement { x := uint32(a) * uint32(b) return fieldReduce(x) } // fieldMulSub returns a * (b - c). This operation is fused to save a // fieldReduceOnce after the subtraction. func fieldMulSub(a, b, c fieldElement) fieldElement { x := uint32(a) * uint32(b-c+q) return fieldReduce(x) } // fieldAddMul returns a * b + c * d. This operation is fused to save a // fieldReduceOnce and a fieldReduce. func fieldAddMul(a, b, c, d fieldElement) fieldElement { x := uint32(a) * uint32(b)...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
qNegInv u := (x + uint64(t)*q) >> 32 return fieldReduceOnce(uint32(u)) } // fieldMontgomeryMulSu returns a * (b - c). This operation is fused to save a // fieldReduceOnce after the subtraction. func fieldMontgomeryMulSu(a, b, c fieldElement) fieldElement { x := uint64(a) * uint64(b-c+q) return fieldMontgomeryReduc(x) } // fieldMontgomeryAddMu returns a * b + c * d. This operation is fused to save // a fieldReduceOnce and a fieldReduce. func fieldMontgomeryAddMu(a, b, c, d fieldElement) fieldElement...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)