Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for wabt (0.07 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. 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)
  3. 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)
  4. 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)
  5. 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)
Back to top