Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for onStop (0.3 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

    this case, the global minimum is 1. | zone1 | zone2 | zone3 | |  P P  |  P P  |   P   | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_StackPushV2Op : TF_Op<"StackPushV2", []> {
      let summary = "Push an element onto the stack.";
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{The handle to a stack.}], [TF_StackRead, TF_StackWrite]>:$handle,
        Arg<TF_Tensor, [{The tensor to be pushed onto the stack.}]>:$elem,
    
        DefaultValuedOptionalAttr<BoolAttr, "false">:$swap_memory
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      exactly one listener. (This section uses "set of Listeners" rather than
                      "Listeners in a single Gateway" because implementations MAY merge configuration
                      from multiple Gateways onto a single data plane, and these rules _also_
                      apply in that case).
    
    
                      Practically, this means that each listener in a set MUST have a unique
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Regexp).Equal", Method, 0},
    		{"(*Regexp).MaxCap", Method, 0},
    		{"(*Regexp).Simplify", Method, 0},
    		{"(*Regexp).String", Method, 0},
    		{"(ErrorCode).String", Method, 0},
    		{"(InstOp).String", Method, 3},
    		{"(Op).String", Method, 11},
    		{"ClassNL", Const, 0},
    		{"Compile", Func, 0},
    		{"DotNL", Const, 0},
    		{"EmptyBeginLine", Const, 0},
    		{"EmptyBeginText", Const, 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)
Back to top