Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for begins (1.32 sec)

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

                "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "Kind is the type of resource being referenced",
                "type": "string"
              },
    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

    whose values are extracted from 'input' starting at the offsets in
    'begin'.
    
    *Requirements*:
      0 <= begin[i] <= begin[i] + size[i] <= Di  for i in [0, n)
      }];
    
      let arguments = (ins
        TF_Tensor:$input,
        Arg<TF_I32OrI64Tensor, [{begin[i] specifies the offset into the 'i'th dimension of
    'input' to slice from.}]>:$begin,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			s.Spec.ClusterIP = "None"
    			s.Spec.ClusterIPs = []string{"None"}
    		},
    		numErrs: 1,
    	},
    		// ESIPP section begins.
    		{
    			name: "invalid externalTraffic field",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.Type = core.ServiceTypeLoadBalancer
    				s.Spec.AllocateLoadBalancerNodePorts = utilpointer.Bool(true)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

                `num_tokens`.
            *   `Discretization` added `num_bins` argument for learning bins
                boundaries through calling `adapt` on a dataset. Renamed `bins`
                argument to `bin_boundaries` for specifying bins without `adapt`.
        *   Improvements to model saving/loading:
            *   `model.load_weights` now accepts paths to saved models.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top