Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for mcall (0.17 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "schema": {
                  "type": "boolean",
                  "uniqueItems": true
                }
              },
              {
                "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
                "in": "query",
                "name": "timeoutSeconds",
                "schema": {
                  "type": "integer",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            },
            {
              "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
              "in": "query",
              "name": "timeoutSeconds",
              "schema": {
                "type": "integer",
                "uniqueItems": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Move {types.Types[types.TUINT8]} [int64(sz)] dst src mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpStaticCall || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpConst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. RELEASE.md

            requires all optimizer variables to be created at the first
            `apply_gradients()` or `minimize()` call. If your workflow calls
            optimizer to update different parts of model in multiple stages,
            please call `optimizer.build(model.trainable_variables)` before the
            training loop.
        *   **Performance regression on `ParameterServerStrategy`.** This could be
    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. src/cmd/compile/internal/ssa/rewriteARM64.go

    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpARM64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpARM64MOVDconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Server).ServeRequest", Method, 0},
    		{"(ServerError).Error", Method, 0},
    		{"Accept", Func, 0},
    		{"Call", Type, 0},
    		{"Call.Args", Field, 0},
    		{"Call.Done", Field, 0},
    		{"Call.Error", Field, 0},
    		{"Call.Reply", Field, 0},
    		{"Call.ServiceMethod", Field, 0},
    		{"Client", Type, 0},
    		{"ClientCodec", Type, 0},
    		{"DefaultDebugPath", 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)
  7. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpAMD64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpAMD64MOVQconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              type: integer
                            perTryTimeout:
                              description: Timeout per attempt for a given request, including
                                the initial call and any retries.
                              type: string
                              x-kubernetes-validations:
                              - message: must be a valid duration greater than 1ms
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      ```
    
    If more than one session.run call is simultaneously trying to compute `b`
    the values of `a` will be gathered, non-deterministically concatenated
    along the first axis, and only one thread will run the computation.
    
    Assumes that all arguments of the function are Tensors which will be batched
    along their first dimension.
    
    Arguments that are captured, are not batched. The session.run call which does
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                              type: integer
                            perTryTimeout:
                              description: Timeout per attempt for a given request, including
                                the initial call and any retries.
                              type: string
                              x-kubernetes-validations:
                              - message: must be a valid duration greater than 1ms
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top