Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for computeLO (0.18 sec)

  1. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    org.junit.runner; public abstract interface FilterFactory { public abstract manipulation.Filter createFilter(FilterFactoryParams) throws FilterFactory$FilterNotCreatedExce; } org/junit/runner/Computer$2.class package org.junit.runner; synchronized class Computer$2 extends org.junit.runners.Suite { void Computer$2(Computer, org.junit.runners.model.RunnerBuilder, Class[]); protected String getName(); } org/junit/runner/Request.class package org.junit.runner; public abstract synchronized class Request { public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          int64_t end = end_indices[i];
          int64_t stride = strides[i];
    
          if (stride < 0) {
            // Negative stride means that the output values are computed starting
            // from end until begin. Mark the dimension for reversal before slice
            // and compute indices for the reversed input.
            dims_to_reverse.push_back(i);
            begin = (input_shape[i] - 1) - begin;
            end = (input_shape[i] - 1) - end;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// +optional
    	Drop []Capability
    }
    
    // ResourceRequirements describes the compute resource requirements.
    type ResourceRequirements struct {
    	// Limits describes the maximum amount of compute resources allowed.
    	// +optional
    	Limits ResourceList
    	// Requests describes the minimum amount of compute resources required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    var map_ResourceRequirements = map[string]string{
    	"":         "ResourceRequirements describes the compute resource requirements.",
    	"limits":   "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;
    }
    
    // ResourceRequirements describes the compute resource requirements.
    message ResourceRequirements {
      // Limits describes the maximum amount of compute resources allowed.
      // More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;
    }
    
    // ResourceRequirements describes the compute resource requirements.
    message ResourceRequirements {
      // Limits describes the maximum amount of compute resources allowed.
      // More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    	return 0
    }
    
    // Compute resources required by a container.
    type Resources struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// The maximum amount of compute resources allowed.
    	// More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// +listType=atomic
    	Drop []Capability `json:"drop,omitempty" protobuf:"bytes,2,rep,name=drop,casttype=Capability"`
    }
    
    // ResourceRequirements describes the compute resource requirements.
    type ResourceRequirements struct {
    	// Limits describes the maximum amount of compute resources allowed.
    	// More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    	s.livenessMap, s.partLiveArgs = liveness.Compute(e.curfn, f, e.stkptrsize, pp)
    	emitArgInfo(e, f, pp)
    	argLiveBlockMap, argLiveValueMap := liveness.ArgLiveness(e.curfn, f, pp)
    
    	openDeferInfo := e.curfn.LSym.Func().OpenCodedDeferInfo
    	if openDeferInfo != nil {
    		// This function uses open-coded defers -- write out the funcdata
    		// info that we computed at the end of genssa.
    		p := pp.Prog(obj.AFUNCDATA)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top