Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 104 for indicators (0.16 sec)

  1. tensorflow/cc/gradients/math_grad.cc

      // indicators = equal(y, input)
      //  = equal([[5],   [[5, 5, 5],
      //           [-3]],  [1, 2, -3]])
      //  = [[1, 1, 1],
      //     [0, 0, 1]]
      auto indicators = Cast(scope, Equal(scope, y, input), grad_inputs[0].type());
    
      // [[3],
      //  [1]]
      auto num_selected = Reshape(scope, Sum(scope, indicators, reduction_indices),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js

    item-right",J="carousel-item-left",Z="carousel-item-next",tt="carousel-item-prev",et="pointer-event",nt=".active",it=".active.carousel-item",ot=".carousel-item",rt=".carousel-item img",st=".carousel-item-next, .carousel-item-prev",at=".carousel-indicators",lt="[data-slide], [data-slide-to]",ct='[data-ride="carousel"]',ht={TOUCH:"touch",PEN:"pen"},ut=function(){function r(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/bootstrap.min.js

    item-right",J="carousel-item-left",Z="carousel-item-next",tt="carousel-item-prev",et="pointer-event",nt=".active",it=".active.carousel-item",ot=".carousel-item",rt=".carousel-item img",st=".carousel-item-next, .carousel-item-prev",at=".carousel-indicators",lt="[data-slide], [data-slide-to]",ct='[data-ride="carousel"]',ht={TOUCH:"touch",PEN:"pen"},ut=function(){function r(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.api.authorization.v1.SubjectAccessReviewStatus"
                  }
                ],
                "default": {},
                "description": "Status is filled in by the server and indicates whether the request is allowed or not"
              }
            },
            "required": [
              "spec"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

          "properties": {
            "scale": {
              "description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object.",
              "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale"
            },
            "status": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    			}
    			route := ws.GET(action.Path).To(handler).
    				Doc(doc).
    				Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).")).
    				Operation("read"+namespaced+kind+strings.Title(subresource)+operationSuffix).
    				Produces(append(storageMeta.ProducesMIMETypes(action.Verb), mediaTypes...)...).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/types.go

    	ParallelPodManagement PodManagementPolicyType = "Parallel"
    )
    
    // StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    type StatefulSetUpdateStrategy struct {
    	// Type indicates the type of the StatefulSetUpdateStrategy.
    	// Default is RollingUpdate.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// StatusReasonInternalError indicates that an internal error occurred, it is unexpected
    	// and the outcome of the call is unknown.
    	// Details (optional):
    	//   "causes" - The original error
    	// Status code 500
    	StatusReasonInternalError StatusReason = "InternalError"
    
    	// StatusReasonExpired indicates that the request is invalid because the content you are requesting
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  9. staging/src/k8s.io/api/apps/v1beta2/types.go

    	ParallelPodManagement PodManagementPolicyType = "Parallel"
    )
    
    // StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    type StatefulSetUpdateStrategy struct {
    	// Type indicates the type of the StatefulSetUpdateStrategy.
    	// Default is RollingUpdate.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/load.go

    	TidyCompatibleVersion string
    
    	// VendorModulesInGOROOTSrc indicates that if we are within a module in
    	// GOROOT/src, packages in the module's vendor directory should be resolved as
    	// actual module dependencies (instead of standard-library packages).
    	VendorModulesInGOROOTSrc bool
    
    	// ResolveMissingImports indicates that we should attempt to add module
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top