Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of about 10,000 for gather (0.15 sec)

  1. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    // (only `type` and one other matching field should be set at once).
    type MetricSpec struct {
    	// type is the type of metric source.  It should be one of "ContainerResource", "External",
    	// "Object", "Pods" or "Resource", each mapping to a matching field in the object.
    	// Note: "ContainerResource" type is available on when the feature-gate
    	// HPAContainerMetrics is enabled
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  2. src/runtime/asm_mips64x.s

    	MOVV	m_curg(R3), g
    	JAL	runtime·save_g(SB)
    	MOVV	(g_sched+gobuf_sp)(g), R2 // prepare stack as R2
    	MOVV	(g_sched+gobuf_pc)(g), R4
    	MOVV	R4, -(24+8)(R2)	// "saved LR"; must match frame size
    	// Gather our arguments into registers.
    	MOVV	fn+0(FP), R5
    	MOVV	frame+8(FP), R6
    	MOVV	ctxt+16(FP), R7
    	MOVV	$-(24+8)(R2), R29	// switch stack; must match frame size
    	MOVV	R5, 8(R29)
    	MOVV	R6, 16(R29)
    	MOVV	R7, 24(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:45:59 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/pcln.go

    // generate pclntab.
    func makePclntab(ctxt *Link, container loader.Bitmap) (*pclntab, []*sym.CompilationUnit, []loader.Sym) {
    	ldr := ctxt.loader
    	state := new(pclntab)
    
    	// Gather some basic stats and info.
    	seenCUs := make(map[*sym.CompilationUnit]struct{})
    	compUnits := []*sym.CompilationUnit{}
    	funcs := []loader.Sym{}
    
    	for _, s := range ctxt.Textp {
    		if !emitPcln(ctxt, s, container) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go

    			if kind != 0 {
    				checkPrintfFwd(pass, w, call, kind, res)
    				return true
    			}
    
    			// If the call is to another function in this package,
    			// maybe we will find out it is printf-like later.
    			// Remember this call for later checking.
    			if fn != nil && fn.Pkg() == pass.Pkg && byObj[fn] != nil {
    				callee := byObj[fn]
    				callee.callers = append(callee.callers, printfCaller{w, call})
    			}
    
    			return true
    		})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  5. cmd/object-multipart-handlers.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

      bool has_fixed_output_range = false;
      // Whether this op should have same operand and result scales (e.g. concat)
      bool has_same_scale_requirement = false;
      // Whether this op should have same operand and result type (e.g. gather)
      bool has_same_operand_and_result_type_requirement = false;
      // Returns the fixed output range, when has_fixed_output_range is set.
      GetFixedOutputRangeFunc fixed_output_range_func;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/analyzers_test.go

    		err := sa.AddFileKubeMeshNetworks(tc.meshNetworksFile)
    		if err != nil {
    			return nil, fmt.Errorf("error apply mesh networks file %s: %v", tc.meshNetworksFile, err)
    		}
    	}
    
    	// Gather test files
    	var files []local.ReaderSource
    	for _, f := range tc.inputFiles {
    		of, err := os.Open(f)
    		if err != nil {
    			return nil, fmt.Errorf("error opening test file: %q", f)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  8. src/runtime/asm_s390x.s

    	MOVD	m_curg(R8), g
    	BL	runtime·save_g(SB)
    	MOVD	(g_sched+gobuf_sp)(g), R4 // prepare stack as R4
    	MOVD	(g_sched+gobuf_pc)(g), R5
    	MOVD	R5, -(24+8)(R4)	// "saved LR"; must match frame size
    	// Gather our arguments into registers.
    	MOVD	fn+0(FP), R1
    	MOVD	frame+8(FP), R2
    	MOVD	ctxt+16(FP), R3
    	MOVD	$-(24+8)(R4), R15	// switch stack; must match frame size
    	MOVD	R1, 8(R15)
    	MOVD	R2, 16(R15)
    	MOVD	R3, 24(R15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:18:28 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  9. src/runtime/asm_riscv64.s

    	MOV	m_curg(X5), g
    	CALL	runtime·save_g(SB)
    	MOV	(g_sched+gobuf_sp)(g), X6 // prepare stack as X6
    	MOV	(g_sched+gobuf_pc)(g), X7
    	MOV	X7, -(24+8)(X6)		// "saved LR"; must match frame size
    	// Gather our arguments into registers.
    	MOV	fn+0(FP), X7
    	MOV	frame+8(FP), X8
    	MOV	ctxt+16(FP), X9
    	MOV	$-(24+8)(X6), X2	// switch stack; must match frame size
    	MOV	X7, 8(X2)
    	MOV	X8, 16(X2)
    	MOV	X9, 24(X2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 27K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        %1 = mhlo.constant dense<[-10, 11]> : tensor<2xi32>  // k
        // CHECK: mhlo.iota
        // CHECK: mhlo.reshape
        // CHECK: mhlo.concatenate
        // CHECK: mhlo.gather
        // CHECK: mhlo.broadcast
        // CHECK: mhlo.select
        %2 = "tf.MatrixDiagPartV3"(%arg0, %1, %0) {
            T = i32, align = "RIGHT_LEFT"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (1)
Back to top