Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Validation (0.11 sec)

  1. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/jos/JavaObjectSerializationCodec.kt

     *    - `readLine()`, `readFully(ByteArray)`, `readFully(ByteArray, Int, Int)`, `readUnshared()`, `readFields()`, `transferTo(OutputStream)` and `readAllBytes()`.
     * - validations registered via [ObjectInputStream.registerValidation] are simply ignored;
     * - the `readObjectNoData` method, if present, is never invoked;
     */
    class JavaObjectSerializationCodec(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The named axis labels may be any single character other than those having
    special meaning, namely `,.->`. The behavior of this Op is undefined if it
    receives an ill-formatted equation; since the validation is done at
    graph-building time, we omit format validation checks at runtime.
    
    Note: This Op is *not* intended to be called by the user; instead users should
    call `tf.einsum` directly. It is a hidden Op used by `tf.einsum`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top