Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for watt (0.12 sec)

  1. pkg/apis/core/validation/validation_test.go

    			fldPath: fldPath,
    		},
    		want: field.ErrorList{},
    	},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			got := validateProbe(tt.args.probe, defaultGracePeriod, tt.args.fldPath)
    			if len(got) != len(tt.want) {
    				t.Errorf("validateProbe() = %v, want %v", got, tt.want)
    				return
    			}
    			for i := range got {
    				if got[i].Type != tt.want[i].Type ||
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. RELEASE.md

          * If you use the very rarely-used function `tf.keras.mixed_precision.experimental.get_layer_policy`:...
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        DefaultValuedOptionalAttr<BoolAttr, "true">:$use_locking
      );
    
      let results = (outs
        Res<TF_Tensor, [{= Same as "ref".  Returned as a convenience for operations that want
    to use the new value after the variable has been reset.}]>:$output_ref
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_AssignAddVariableOp : TF_Op<"AssignAddVariableOp", []> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete...
    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. gradle/verification-keyring.keys

    R/xmaztIO+K+vGqjQofX6x4rIQB/iXB6r5u4HOQpuAM4nus8WsGfRourS2017ZD4
    NI4bg9yqXOQAMHrBpUluI9bs8qJRVcDUkJx3iWNhlTACGyXuabPFQ1z43wARAQAB
    =mHfU
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    031EE010CA15D1EE
    uid    Matt Sicker <******@****.***>
    
    sub    11A629398030E936
    sub    944EC8D1A08CF77A
    sub    0181B45EA58677BC
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*PathError).Timeout", Method, 10},
    		{"(*PathError).Unwrap", Method, 13},
    		{"(*Process).Kill", Method, 0},
    		{"(*Process).Release", Method, 0},
    		{"(*Process).Signal", Method, 0},
    		{"(*Process).Wait", Method, 0},
    		{"(*ProcessState).ExitCode", Method, 12},
    		{"(*ProcessState).Exited", Method, 0},
    		{"(*ProcessState).Pid", Method, 0},
    		{"(*ProcessState).String", 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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              {{- else if $holdProxy }}
                lifecycle:
                  postStart:
                    exec:
                      command:
                      - pilot-agent
                      - wait
              {{- else if $nativeSidecar }}
                {{- /* preStop is called when the pod starts shutdown. Initialize drain. We will get SIGTERM once applications are torn down. */}}
                lifecycle:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.",
                "format": "int32",
                "type": "integer"
              },
              "uid": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  9. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    3355          ; mapped                 ; 30EC 30E0     # 1.1  SQUARE REMU
    3356          ; mapped                 ; 30EC 30F3 30C8 30B2 30F3 #1.1 SQUARE RENTOGEN
    3357          ; mapped                 ; 30EF 30C3 30C8 #1.1  SQUARE WATTO
    3358          ; mapped                 ; 0030 70B9     # 1.1  IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO
    3359          ; mapped                 ; 0031 70B9     # 1.1  IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top