Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Consumes (0.21 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.tooling.internal.consumer.AbstractLongRunningOperation> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractLongRunningOperation.java:0)
    Class <org.gradle.tooling.internal.consumer.BlockingResultHandler> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BlockingResultHandler.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)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kube-proxy now consumes EndpointSlices instead of Endpoints by default on Linux. A new alpha `WindowsEndpointSliceProxying` feature gate allows the feature to be enabled on Windows. ([#92736](https://github.com/kubernetes/kubernetes/pull/92736), [@robscott](https://github.com/robscott))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                any namespace to the Service.
    
    
                                ParentRefs from a Route to a Service in a different namespace are
                                "consumer" routes, and these routing rules are only applied to outbound
                                connections originating from the same namespace as the Route, for which
    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__apps__v1_openapi.json

          },
          "io.k8s.apimachinery.pkg.util.intstr.IntOrString": {
            "description": "IntOrString is a type that can hold an int32 or a string.  When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type.  This allows you to have, for example, a JSON field that can accept a name or number.",
            "format": "int-or-string",
            "oneOf": [
              {
                "type": "integer"
              },
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "shareable": {
                "description": "Shareable determines whether the resource supports more than one consumer at a time.",
                "type": "boolean"
              }
            },
            "type": "object"
          },
          "io.k8s.api.resource.v1alpha2.DriverAllocationResult": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let arguments = (ins
        TF_ShapeAttr:$shape
      );
    
      let results = (outs
        Res<TF_Tensor, [{    \"Fake\" output value. This should not be consumed by another op.}]>:$output
      );
    
      TF_DerivedResultTypeAttr dtype = TF_DerivedResultTypeAttr<0>;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. RELEASE.md

        *   `tf.data` service now supports strict round-robin reads, which is useful
            for synchronous training workloads where example sizes vary. With strict
            round robin reads, users can guarantee that consumers get similar-sized
            examples in the same step.
        *   tf.data service now supports optional compression. Previously data would
            always be compressed, but now you can disable compression by passing
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top