Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 119 for h_scale (0.12 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"kern.cp_time2", []_C_int{1, 71}},
    	{"kern.cpustats", []_C_int{1, 85}},
    	{"kern.domainname", []_C_int{1, 22}},
    	{"kern.file", []_C_int{1, 73}},
    	{"kern.forkstat", []_C_int{1, 42}},
    	{"kern.fscale", []_C_int{1, 46}},
    	{"kern.fsync", []_C_int{1, 33}},
    	{"kern.global_ptrace", []_C_int{1, 81}},
    	{"kern.hostid", []_C_int{1, 11}},
    	{"kern.hostname", []_C_int{1, 10}},
    	{"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/syscall/zsysctl_openbsd.go

    	{"kern.cp_time2", []_C_int{1, 71}},
    	{"kern.cpustats", []_C_int{1, 85}},
    	{"kern.domainname", []_C_int{1, 22}},
    	{"kern.file", []_C_int{1, 73}},
    	{"kern.forkstat", []_C_int{1, 42}},
    	{"kern.fscale", []_C_int{1, 46}},
    	{"kern.fsync", []_C_int{1, 33}},
    	{"kern.global_ptrace", []_C_int{1, 81}},
    	{"kern.hostid", []_C_int{1, 11}},
    	{"kern.hostname", []_C_int{1, 10}},
    	{"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/test_schema.fbs

      //   t[:, 0, :, :] will have scale[0]=1.0, zero_point[0]=1
      //   t[:, 1, :, :] will have scale[1]=2.0, zero_point[0]=2
      //   t[:, 2, :, :] will have scale[2]=3.0, zero_point[0]=3
      quantized_dimension:int;
    }
    
    // Sparse tensors.
    // We use a modification of the TACO format.
    // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 19 19:46:06 UTC 2021
    - 26.1K bytes
    - Viewed (0)
  4. pkg/apis/apps/types.go

    type PodManagementPolicyType string
    
    const (
    	// OrderedReadyPodManagement will create pods in strictly increasing order on
    	// scale up and strictly decreasing order on scale down, progressing only when
    	// the previous pod is ready or terminated. At most one pod will be changed
    	// at any time.
    	OrderedReadyPodManagement PodManagementPolicyType = "OrderedReady"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // +optional
      optional CustomResourceSubresourceStatus status = 1;
    
      // scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object.
      // +optional
      optional CustomResourceSubresourceScale scale = 2;
    }
    
    // CustomResourceValidation is a list of validation methods for CustomResources.
    message CustomResourceValidation {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/aenum.go

    	AFMOVVP
    	AFMOVW
    	AFMOVWP
    	AFMOVX
    	AFMOVXP
    	AFMULD
    	AFMULDP
    	AFMULF
    	AFMULL
    	AFMULW
    	AFNOP
    	AFPATAN
    	AFPREM
    	AFPREM1
    	AFPTAN
    	AFRNDINT
    	AFRSTOR
    	AFSAVE
    	AFSCALE
    	AFSIN
    	AFSINCOS
    	AFSQRT
    	AFSTCW
    	AFSTENV
    	AFSTSW
    	AFSUBD
    	AFSUBDP
    	AFSUBF
    	AFSUBL
    	AFSUBRD
    	AFSUBRDP
    	AFSUBRF
    	AFSUBRL
    	AFSUBRW
    	AFSUBW
    	AFTST
    	AFUCOM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go

    func (in *Scale) APILifecycleDeprecated() (major, minor int) {
    	return 1, 9
    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    func (in *Scale) APILifecycleReplacement() schema.GroupVersionKind {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/fixtures/resources.go

    			})
    			if err != nil {
    				return err
    			}
    		}
    	}
    	return nil
    }
    
    // CreateNewVersionedScaleClient returns a scale client.
    func CreateNewVersionedScaleClient(crd *apiextensionsv1.CustomResourceDefinition, config *rest.Config, version string) (scale.ScalesGetter, error) {
    	discoveryClient, err := discovery.NewDiscoveryClientForConfig(config)
    	if err != nil {
    		return nil, err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 19 02:01:40 UTC 2021
    - 21.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/report/report.go

    		maxValue = int64(float64(maxValue) * r)
    	}
    
    	_, minUnit := measurement.Scale(minValue, o.SampleUnit, "minimum")
    	_, maxUnit := measurement.Scale(maxValue, o.SampleUnit, "minimum")
    
    	unit := minUnit
    	if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind {
    		// Minimum and maximum values have different units. Scale
    		// minimum by 100 to use larger units, allowing minimum value to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/obj6.go

    				q.From.Index = REG_FS
    			}
    			q.From.Scale = 1
    			q.From.Offset = 0
    			q.To = p.To
    		}
    	}
    
    	// TODO: Remove.
    	if ctxt.Headtype == objabi.Hwindows && ctxt.Arch.Family == sys.AMD64 || ctxt.Headtype == objabi.Hplan9 {
    		if p.From.Scale == 1 && p.From.Index == REG_TLS {
    			p.From.Scale = 2
    		}
    		if p.To.Scale == 1 && p.To.Index == REG_TLS {
    			p.To.Scale = 2
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
Back to top