Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for recognized (0.18 sec)

  1. CREDITS

    for making modifications to it.  "Object code" means any non-source
    form of a work.
    
      A "Standard Interface" means an interface that either is an official
    standard defined by a recognized standards body, or, in the case of
    interfaces specified for a particular programming language, one that
    is widely used among developers working in that language.
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/unrecognized-jline-3.26.1.txt

    Guillaume Nodet <******@****.***> 1714036436 +0200
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 09:13:56 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  3. RELEASE.md

            `tf.keras.optimizer.legacy.XXX`. If you want to migrate to the new
            optimizer and find it does not support your optimizer, please file
            an issue in the Keras GitHub repo.
        *   **Error such as `Cannot recognize variable...`.** The new optimizer
            requires all optimizer variables to be created at the first
            `apply_gradients()` or `minimize()` call. If your workflow calls
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  4. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10ScopeProvider.kt

                is KtFe10DescSymbol<*> -> symbol.descriptor as? T
                is KtFe10PsiSymbol<*, *> -> symbol.descriptor as? T
                else -> {
                    require(symbol is KtFe10Symbol) { "Unrecognized symbol implementation found" }
                    null
                }
            }
        }
    
        private fun collectImplicitReceivers(scope: LexicalScope): MutableList<KtImplicitReceiver> {
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Apr 25 18:05:58 GMT 2024
    - 12.6K bytes
    - Viewed (0)
Back to top