- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for teljes (0.05 sec)
-
RELEASE.md
symbolic inputs directly should switch to building matching `tf.TensorSpec`s directly and tracing the `TensorSpec` objects. * Code that relies on the exact number and names of the op layers that TensorFlow operations were converted into may have changed. * Code that uses `tf.map_fn`/`tf.cond`/`tf.while_loop`/control flow as op
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
wasm.go // Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !purego package bigmod import "unsafe" // The generic implementation relies on 64x64->128 bit multiplication and // 64-bit add-with-carry, which are compiler intrinsics on many architectures. // Wasm doesn't support those. Here we implement it with 32x32->64 bit // operations, which is more efficient on Wasm. func idx(x *uint,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)