Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for maker (0.11 sec)

  1. RELEASE.md

        "true" or "1", this environment variable makes `tf.nn.bias_add` operate
        deterministically (i.e. reproducibly), but currently only when XLA JIT
        compilation is *not* enabled. Setting `TF_DETERMINISTIC_OPS` to "true" or
        "1" also makes cuDNN convolution and max-pooling operate deterministically.
        This makes Keras Conv\*D and MaxPool\*D layers operate deterministically in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    	// All the fields in pod spec should be either osSpecific or osNeutral field
    	// To make a field OS specific:
    	// - Add documentation to the os specific field indicating which os it can/cannot be set for
    	// - Add documentation to the os field in the api
    	// - Add validation logic validateLinux, validateWindows functions to make sure the field is only set for eligible OSes
    	osSpecificFields := sets.NewString(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              IP.
                            type: string
                          httpHeaders:
                            description: Headers the proxy will pass on to make the request.
                            items:
                              properties:
                                name:
                                  type: string
                                value:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "oneOf": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the end.
    
    This operation is useful if you want to add a batch dimension to a single
    element. For example, if you have a single image of shape `[height, width,
    channels]`, you can make it a batch of 1 image with `expand_dims(image, 0)`,
    which will make the shape `[1, height, width, channels]`.
    
    Other examples:
    
    ```
    # 't' is a tensor of shape [2]
    shape(expand_dims(t, 0)) ==> [1, 2]
    shape(expand_dims(t, 1)) ==> [2, 1]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            receive an `UNAVAILABLE` status.
    
    
                            See the GRPCBackendRef definition for the rules about what makes a single
                            GRPCBackendRef invalid.
    
    
                            When a GRPCBackendRef is invalid, `UNAVAILABLE` statuses MUST be returned for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "name": {
                "default": "",
                "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.",
                "type": "string"
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top