- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for preliminary (0.05 sec)
-
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt
return collectDescendantsOfType { ktFunction -> // Name check if (ktFunction.fqName?.asString() != functionFqName) { return@collectDescendantsOfType false } // Preliminary extension function check val extensionCandidate = couldBeExtensionFunction && ktFunction.receiverTypeReference != null && method.firstParameterMatches(ktFunction.receiverTypeReference!!) &&Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jul 08 07:02:19 UTC 2025 - 13.2K bytes - Viewed (0) -
RELEASE.md
* Support taking gradients of V2 `tf.cond` and `tf.while_loop` using `LookupTable`. * Fix bug where `vectorized_map` failed on inputs with unknown static shape. * Add preliminary support for sparse CSR matrices. * Tensor equality with `None` now behaves as expected. * Make calls to `tf.function(f)()`, `tf.function(f).get_concrete_function`Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3)