Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for output0 (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    becomes part of `outputs[partitions[js]]`.  The slices with `partitions[js] = i`
    are placed in `outputs[i]` in lexicographic order of `js`, and the first
    dimension of `outputs[i]` is the number of entries in `partitions` equal to `i`.
    In detail,
    
    ```python
        outputs[i].shape = [sum(partitions == i)] + data.shape[partitions.ndim:]
    
        outputs[i] = pack([data[js, ...] for js if partitions[js] == i])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        may start to fail. To fix this, either update any inference clients to send
        requests with the actual input and output keys used by the trainer code, or
        conversely, update the trainer code to name the input and output Tensors
        'inputs' and 'outputs', respectively. Signatures using the 'classify' and
        'regress' methods are not affected by this change; they will continue to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                              add:
                                              - name: "my-header"
                                                value: "bar,baz"
    
    
                                            Output:
                                              GET /foo HTTP/1.1
                                              my-header: foo,bar,baz
                                          items:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              "required": true,
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
    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/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

        key: "__saved_model_init_op"
        value {
          outputs {
            key: "__saved_model_init_op"
            value {
              name: "NoOp"
              tensor_shape {
                unknown_rank: true
              }
            }
          }
        }
      }
      signature_def {
        key: "serving_default"
        value {
          outputs {
            key: "output_0"
            value {
              name: "PartitionedCall:0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*FlagSet).IntVar", Method, 0},
    		{"(*FlagSet).Lookup", Method, 0},
    		{"(*FlagSet).NArg", Method, 0},
    		{"(*FlagSet).NFlag", Method, 0},
    		{"(*FlagSet).Name", Method, 10},
    		{"(*FlagSet).Output", Method, 10},
    		{"(*FlagSet).Parse", Method, 0},
    		{"(*FlagSet).Parsed", Method, 0},
    		{"(*FlagSet).PrintDefaults", Method, 0},
    		{"(*FlagSet).Set", Method, 0},
    		{"(*FlagSet).SetOutput", Method, 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)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Kubectl cluster-info dump changed to only display a message telling you the location where the output was written when the output is not standard output. ([#88765](https://github.com/kubernetes/kubernetes/pull/88765), [@brianpursley](https://github.com/brianpursley)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            type: object
                          type: array
                        outputPayloadToHeader:
                          description: This field specifies the header name to output
                            a successfully verified JWT payload to the backend.
                          type: string
                        timeout:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.testing.operations.ExecuteTestBuildOperationType$Output> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ExecuteTestBuildOperationType.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top