Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,261 for multiplier (0.17 sec)

  1. internal/config/scanner/scanner.go

    	EnvMaxWait       = "MINIO_SCANNER_MAX_WAIT"
    	EnvMaxWaitLegacy = "MINIO_CRAWLER_MAX_WAIT"
    )
    
    // Config represents the heal settings.
    type Config struct {
    	// Delay is the sleep multiplier.
    	Delay float64 `json:"delay"`
    
    	// Sleep always or based on incoming S3 requests.
    	IdleMode int32 // 0 => on, 1 => off
    
    	// Alert upon this many excess object versions
    	ExcessVersions int64 // 100
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/report/stacks.go

    // which makes Javascript code that uses the JSON encoding less error-prone.
    type StackSet struct {
    	Total   int64         // Total value of the profile.
    	Scale   float64       // Multiplier to generate displayed value
    	Type    string        // Profile type. E.g., "cpu".
    	Unit    string        // One of "B", "s", "GCU", or "" (if unknown)
    	Stacks  []Stack       // List of stored stacks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/escape/CharEscaper.java

        }
        char[] copy = new char[size];
        if (index > 0) {
          System.arraycopy(dest, 0, copy, 0, index);
        }
        return copy;
      }
    
      /** The multiplier for padding to use when growing the escape buffer. */
      private static final int DEST_PAD_MULTIPLIER = 2;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 18 20:55:09 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

                    $w_factor, TFL_AF_None, $padding, $stride_h, $stride_w,
                    $multiplier)),
        (TFL_DepthwiseConv2DOp $input, $filter, $bias, $h_factor, $w_factor,
            ActFnAttr, $padding, $stride_h, $stride_w, $multiplier),
        [(HasOneUse $conv_out)]>;
    }
    
    multiclass FuseActFnIntoPoolOpPat<Op ActFnOp, ConstantStrAttr ActFnAttr> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  5. guava/src/com/google/common/escape/CharEscaper.java

        }
        char[] copy = new char[size];
        if (index > 0) {
          System.arraycopy(dest, 0, copy, 0, index);
        }
        return copy;
      }
    
      /** The multiplier for padding to use when growing the escape buffer. */
      private static final int DEST_PAD_MULTIPLIER = 2;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 18 20:55:09 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  6. src/math/cosh_s390x.s

    GLOBL coshxaddhy<>+0(SB), RODATA, $8
    DATA coshx4ff<>+0(SB)/8, $0x4ff0000000000000
    GLOBL coshx4ff<>+0(SB), RODATA, $8
    DATA coshe1<>+0(SB)/8, $0x3ff000000000000a
    GLOBL coshe1<>+0(SB), RODATA, $8
    
    // Log multiplier table
    DATA coshtab<>+0(SB)/8, $0.442737824274138381E-01
    DATA coshtab<>+8(SB)/8, $0.263602189790660309E-01
    DATA coshtab<>+16(SB)/8, $0.122565642281703586E-01
    DATA coshtab<>+24(SB)/8, $0.143757052860721398E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/test/testdata/pgo/devirtualize/devirt.go

    func (Sub) Add(a, b int) int {
    	for i := 0; i < 1000; i++ {
    		sink++
    	}
    	return a - b
    }
    
    // ExerciseIface calls mostly a1 and m1.
    //
    //go:noinline
    func ExerciseIface(iter int, a1, a2 Adder, m1, m2 mult.Multiplier) int {
    	// The call below must evaluate selectA() to determine the receiver to
    	// use. This should happen exactly once per iteration. Assert that is
    	// the case to ensure the IR manipulation does not result in over- or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 13 18:17:57 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/passes/preprocess_op.cc

        if (function_name.contains("depthwise_conv2d")) {
          // Uniform Quantized op requires weights of tf.DepthwiseConv2dNative to
          // be transformed from [H,W,C,M] to [H,W,1,CxM] where
          // H=height,W=width,C=channel,M=multiplier. Therefore, a reshape op is
          // inserted between the constant op and the function op so that the
          // constant is safely transformed for the multi-use cases as well. Note
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. src/math/pow_s390x.s

    DATA ·powtexp<> + 104(SB)/8, $0.118665304327406698E-01
    DATA ·powtexp<> + 112(SB)/8, $0.214434994118118914E-01
    DATA ·powtexp<> + 120(SB)/8, $0.322580645161290314E-01
    GLOBL ·powtexp<> + 0(SB), RODATA, $128
    
    // Log multiplier tables
    DATA ·powtl<> + 0(SB)/8, $0xbdf9723a80db6a05
    DATA ·powtl<> + 8(SB)/8, $0x3e0cfe4a0babe862
    DATA ·powtl<> + 16(SB)/8, $0xbe163b42dd33dada
    DATA ·powtl<> + 24(SB)/8, $0xbe0cdf9de2a8429c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

                            parameters.multiplier.set(2)
                        }
                        registerTransform(MakeColor) {
                            from.attribute(color, 'red')
                            to.attribute(color, 'green')
                            parameters.targetColor.set('green')
                            parameters.multiplier.set(1)
                        }
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
Back to top