- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for clinit (0.09 seconds)
-
docs/en/docs/release-notes.md
```mermaid sequenceDiagram participant client as Client participant handler as Exception handler participant dep as Dep with yield participant operation as Path Operation participant tasks as Background tasks Note over client,tasks: Can raise exception for dependency, handled after response is sent Note over client,operation: Can raise HTTPException and can change the responseCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0) -
RELEASE.md
server.register("multiply", _remote_multiply) ``` * Example usage to create client: `python client = tf.distribute.experimental.rpc.Client.create("grpc", address) a = tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32) result = client.multiply(a, b)` * `tf.lite`: * Add experimental API `experimental_from_jax` to support conversion fromCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Len uint8 pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Path [104]int8 pkg syscall (freebsd-arm64), type Rlimit struct pkg syscall (freebsd-arm64), type Rlimit struct, Cur int64 pkg syscall (freebsd-arm64), type Rlimit struct, Max int64 pkg syscall (freebsd-arm64), type RouteMessage //deprecated pkg syscall (freebsd-arm64), type RouteMessage struct
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type RawSockaddrUnix struct, Path [104]int8 #53466 pkg syscall (freebsd-riscv64), type Rlimit struct #53466 pkg syscall (freebsd-riscv64), type Rlimit struct, Cur int64 #53466 pkg syscall (freebsd-riscv64), type Rlimit struct, Max int64 #53466 pkg syscall (freebsd-riscv64), type RouteMessage //deprecated #53466 pkg syscall (freebsd-riscv64), type RouteMessage struct #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 08 21:38:44 GMT 2021 - 581.9K bytes - Click Count (1) -
lib/fips140/v1.0.0-c2097c7c.zip
order and // Update blk_out by 64 #define STORE_OUTPUT_BLOCK64(blk_out) \ P8_STXVB16X(V1,blk_out,R0); \ P8_STXVB16X(V2,blk_out,R16); \ P8_STXVB16X(V3,blk_out,R17); \ P8_STXVB16X(V4,blk_out,R18); \ ADD $64, blk_out // func gcmInit(productTable *[256]byte, h []byte) TEXT ·gcmInit(SB), NOSPLIT, $0-32 MOVD productTable+0(FP), XIP MOVD h+8(FP), HTBL MOVD $0x10, R8 MOVD $0x20, R9 MOVD $0x30, R10 LXVD2X (HTBL)(R0), VH // Load H VSPLTISB $-16, XC2 // 0xf0 VSPLTISB $1, T0 // one VADDUBM XC2, XC2, XC2 // 0xe0...
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
hintDecode(y []byte, h [][n]byte, p parameters) error { ω, k := p.ω, p.k if len(y) != ω+k { return errors.New("mldsa: internal error: invalid signature hint length") } var idx byte for i := range k { limit := y[ω+i] if limit < idx || limit > byte(ω) { return errInvalidSignatureH } first := idx for idx < limit { if idx > first && y[idx-1] >= y[idx] { return errInvalidSignatureH } h[i][y[idx]] = 1 idx++ } } for i := idx; i < byte(ω); i++ { if y[i] != 0 { return errInvalidSignatureH } } return nil } gol...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)