Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for cook (0.18 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    01AC          ; mapped                 ; 01AD          # 1.1  LATIN CAPITAL LETTER T WITH HOOK
    01AD          ; valid                                  # 1.1  LATIN SMALL LETTER T WITH HOOK
    01AE          ; mapped                 ; 0288          # 1.1  LATIN CAPITAL LETTER T WITH RETROFLEX HOOK
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    8 elements. In Python, that addition would look like this:
    
    ```python
    ref = tf.Variable([1, 2, 3, 4, 5, 6, 7, 8], use_resource=True)
    indices = tf.constant([[4], [3], [1], [7]])
    updates = tf.constant([9, 10, 11, 12])
    add = tf.scatter_nd_add(ref, indices, updates)
    with tf.Session() as sess:
      print sess.run(add)
    ```
    
    The resulting update to ref would look like this:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

     different computation approaches and orders.
        *   To verify if oneDNN optimizations are on, look for a message with *"oneDNN custom operations are on"* in the log. If the exact phrase is not there, it means they are off.
    
    * Making the `tf.function` type system fully available:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecyc...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. gradle/verification-keyring.keys

    nC7vPuw14wYsuDNScBHEaN1aXobickz7Fb0PB04IBhL68apr/wvuHwHXQeXvEqTy
    7O6+cKwbIPoiqQpQYwwVRadkiINho/U6KEIYZU0tbO+x8ZZ091/Zu7bsMNKLj421
    W/fJ5BJrngQLRBGqOumKsTV3Vh9dFCqIcXmb3gkIMx2nyIg579iC3cXOnMa+cOox
    J7W3dDqSAvlft5ffXmeCcua9aRmWBLANwMwNxnnWC1FhjaQ0AiFUz44c3mwCnd1Q
    SJcj3zLR2H64YQPqynOKj5eEjasqX1NMa9TLh729glOsGGAEqHkH3KncW9EDcaqZ
    X0vgzlAsaLXo6OGFm0bAtBKDb/GJKS2oYZSEGY2sK5mmbUU6G9OyCoO0rDtjvdHj
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    			{ContainerPort: 80, HostPort: 80, Protocol: "UDP"},
    		},
    		ImagePullPolicy:          "IfNotPresent",
    		TerminationMessagePolicy: "File",
    	}, {
    		Name:                     "container-3-restart-always-with-lifecycle-hook-and-probes",
    		Image:                    "image",
    		ImagePullPolicy:          "IfNotPresent",
    		TerminationMessagePolicy: "File",
    		RestartPolicy:            &containerRestartPolicyAlways,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top