Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Usages (0.54 sec)

  1. RELEASE.md

        *   `tf.data.experimental.service.DispatchServer` now takes a config tuple
            instead of individual arguments. Usages should be updated to
            `tf.data.experimental.service.DispatchServer(dispatcher_config)`.
        *   `tf.data.experimental.service.WorkerServer` now takes a config tuple
            instead of individual arguments. Usages should be updated to
            `tf.data.experimental.service.WorkerServer(worker_config)`.
    
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_AdjustContrastv2Op : TF_Op<"AdjustContrastv2", [Pure]> {
      let summary = "Adjust the contrast of one or more images.";
    
      let description = [{
    `images` is a tensor of at least 3 dimensions.  The last 3 dimensions are
    interpreted as `[height, width, channels]`.  The other dimensions only
    represent a collection of images, such as `[batch, height, width, channels].`
    
    Contrast is adjusted independently for each channel of each image.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "imagePullPolicy": {
                "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
    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. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    104B6         ; mapped                 ; 104DE         # 9.0  OSAGE CAPITAL LETTER EHCHA
    104B7         ; mapped                 ; 104DF         # 9.0  OSAGE CAPITAL LETTER E
    104B8         ; mapped                 ; 104E0         # 9.0  OSAGE CAPITAL LETTER EIN
    104B9         ; mapped                 ; 104E1         # 9.0  OSAGE CAPITAL LETTER HA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrorHandling", Type, 0},
    		{"ExitOnError", Const, 0},
    		{"Flag", Type, 0},
    		{"Flag.DefValue", Field, 0},
    		{"Flag.Name", Field, 0},
    		{"Flag.Usage", Field, 0},
    		{"Flag.Value", Field, 0},
    		{"FlagSet", Type, 0},
    		{"FlagSet.Usage", Field, 0},
    		{"Float64", Func, 0},
    		{"Float64Var", Func, 0},
    		{"Func", Func, 16},
    		{"Getter", Type, 2},
    		{"Int", Func, 0},
    		{"Int64", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top