Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,141 for below (0.15 sec)

  1. tensorflow/compiler/jit/flags.h

      bool tf_xla_sparse_core_disable_table_stacking;
    
      // If non-zero, limits the size of the activations for a given table to
      // be below these many bytes.
      int64_t tf_xla_sparse_core_stacking_mem_limit_bytes;
    
      // If non-zero, limits the size of any table shard to be below these
      // many bytes.
      int64_t tf_xla_sparse_core_stacking_table_shard_limit_bytes;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. src/text/template/doc.go

    	tmpl, err := template.New("test").Parse("{{.Count}} items are made of {{.Material}}")
    	if err != nil { panic(err) }
    	err = tmpl.Execute(os.Stdout, sweaters)
    	if err != nil { panic(err) }
    
    More intricate examples appear below.
    
    Text and spaces
    
    By default, all text between actions is copied verbatim when the template is
    executed. For example, the string " items are made of " in the example above
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelResolver.java

                        && versionRangeResult.getVersionConstraint().getRange() != null
                        && versionRangeResult.getVersionConstraint().getRange().getUpperBound() == null) {
                    // Message below is checked for in the MNG-2199 core IT.
                    throw new UnresolvableModelException(
                            String.format(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Feb 26 17:04:44 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. src/encoding/gob/doc.go

    discrimination in the gob format; there are only signed and unsigned integers. As
    described below, the transmitter sends the value in a variable-length encoding;
    the receiver accepts the value and stores it in the destination variable.
    Floating-point numbers are always sent using IEEE 754 64-bit precision (see
    below).
    
    Signed integers may be received into any signed integer variable: int, int16, etc.;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

                dependencies {
                    implementation('org.test:b1:1.0')
                }
            """
    
            when:
            // presence of buildSrc build causes IllegalStateException for the execution below
            buildB.file("buildSrc/build.gradle").touch()
    
            then:
            execute(buildA, ":buildC:dependencies")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/15659")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  6. src/image/image.go

    	r = r.Intersect(p.Rect)
    	// If r1 and r2 are Rectangles, r1.Intersect(r2) is not guaranteed to be inside
    	// either r1 or r2 if the intersection is empty. Without explicitly checking for
    	// this, the Pix[i:] expression below can panic.
    	if r.Empty() {
    		return &RGBA{}
    	}
    	i := p.PixOffset(r.Min.X, r.Min.Y)
    	return &RGBA{
    		Pix:    p.Pix[i:],
    		Stride: p.Stride,
    		Rect:   r,
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 34.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/commands.go

    		"Uses heuristics to limit the number of locations to be displayed.",
    		"On graphs, dotted edges represent paths through nodes that have been removed."),
    	"nodefraction": "Hide nodes below <f>*total",
    	"edgefraction": "Hide edges below <f>*total",
    	"trim": helpText(
    		"Honor nodefraction/edgefraction/nodecount defaults",
    		"Set to false to get the full profile, without any trimming."),
    	"focus": helpText(
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. src/runtime/stack.go

    		// released channel locks, so other goroutines could
    		// be writing to gp's stack. Find the highest such
    		// pointer so we can handle everything there and below
    		// carefully. (This shouldn't be far from the bottom
    		// of the stack, so there's little cost in handling
    		// everything below it carefully.)
    		adjinfo.sghi = findsghi(gp, old)
    
    		// Synchronize with channel ops and copy the part of
    		// the stack they may interact with.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  9. src/internal/types/testdata/check/issues0.go

    import (
    	"fmt"
    	syn "regexp/syntax"
    	t1 "text/template"
    	t2 "html/template"
    )
    
    func issue7035() {
    	type T struct{ X int }
    	_ = func() {
    		fmt.Println() // must refer to imported fmt rather than the fmt below
    	}
    	fmt := new(T)
    	_ = fmt.X
    }
    
    func issue8066() {
    	const (
    		_ = float32(340282356779733661637539395458142568447)
    		_ = float32(340282356779733661637539395458142568448 /* ERROR "cannot convert" */ )
    	)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  10. maven-compat/src/main/java/org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java

            // If the build section is present and the project directory is non-null, we should make
            // sure interpolation of the directories below uses translated paths.
            // Afterward, we'll double back and translate any paths that weren't covered during interpolation via the
            // code below...
            translatedPrefixes.add("build.directory");
            translatedPrefixes.add("build.outputDirectory");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 13.5K bytes
    - Viewed (0)
Back to top