Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for comdats (0.39 sec)

  1. RELEASE.md

        `compat.v2` module. It contains a copy of the 1.15 main module (without
        `contrib`) in the `compat.v1` module. TensorFlow 1.15 is able to emulate 2.0
        behavior using the `enable_v2_behavior()` function. This enables writing
        forward compatible code: by explicitly importing either
        `tensorflow.compat.v1` or `tensorflow.compat.v2`, you can ensure that your
    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. src/testdata/Isaac.Newton-Opticks.txt

    regular and lasting Motions of the Planets and Comets, it's necessary to
    empty the Heavens of all Matter, except perhaps some very thin Vapours,
    Steams, or Effluvia, arising from the Atmospheres of the Earth, Planets,
    and Comets, and from such an exceedingly rare Æthereal Medium as we
    described above. A dense Fluid can be of no use for explaining the
    Phænomena of Nature, the Motions of the Planets and Comets being better
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<2>;
    }
    
    def TF_TensorListConcatV2Op : TF_Op<"TensorListConcatV2", [Pure]> {
      let summary = "Concats all tensors in the list along the 0th dimension.";
    
      let description = [{
    Requires that all tensors have the same shape except the first dimension.
    
    input_handle: The input list.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			tweakLBStatus: func(s *core.LoadBalancerStatus) {
    				s.Ingress = []core.LoadBalancerIngress{{
    					IP: "1.2.3.4",
    				}}
    			},
    			numErrs: 1,
    		}, {
    			name:         "type is not LB. back-compat",
    			nonLBAllowed: true,
    			tweakSvcSpec: func(s *core.ServiceSpec) {
    				s.Type = core.ServiceTypeClusterIP
    			},
    			tweakLBStatus: func(s *core.LoadBalancerStatus) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "registry": {
                "default": "",
                "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
                "type": "string"
              },
              "tenant": {
    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