Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 70 for fanout (0.26 sec)

  1. src/cmd/cgo/out.go

    			})
    		}
    	}
    	return imports
    }
    
    func dynimport(obj string) {
    	stdout := os.Stdout
    	if *dynout != "" {
    		f, err := os.Create(*dynout)
    		if err != nil {
    			fatalf("%s", err)
    		}
    		defer func() {
    			if err = f.Close(); err != nil {
    				fatalf("error closing %s: %v", *dynout, err)
    			}
    		}()
    
    		stdout = f
    	}
    
    	fmt.Fprintf(stdout, "package %s\n", *dynpackage)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    _Propagates TPU devices from ops to users_
    
    ### `-tf-tpu-dynamic-layout-pass`
    
    _Inserts TPU layout ops to determine layout at run time._
    
    A pass that allows TPU input layout to be determined after JIT compilation.
    This is done by adding run-time ops that interpret compilation result and
    copy the input to device with that layout.
    
    Example: original program:
    
    ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  3. src/cmd/cgo/gcc.go

    			// Special C name for Go string type.
    			// Knows string layout used by compilers: pointer plus length,
    			// which rounds up to 2 pointers after alignment.
    			t.Go = c.string
    			t.Size = c.ptrSize * 2
    			t.Align = c.ptrSize
    			break
    		}
    		if dt.Name == "_GoBytes_" {
    			// Special C name for Go []byte type.
    			// Knows slice layout used by compilers: pointer, length, cap.
    			t.Go = c.Ident("[]byte")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.List;
    import java.util.Map;
    import java.util.Properties;
    
    import org.apache.maven.MavenTestHelper;
    import org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;
    import org.apache.maven.bridge.MavenRepositorySystem;
    import org.apache.maven.model.Model;
    import org.apache.maven.model.Plugin;
    import org.apache.maven.model.PluginExecution;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modget/get.go

    debugging version control commands when a module is downloaded directly
    from a repository.
    
    For more about build flags, see 'go help build'.
    
    For more about modules, see https://golang.org/ref/mod.
    
    For more about using 'go get' to update the minimum Go version and
    suggested Go toolchain, see https://go.dev/doc/toolchain.
    
    For more about specifying packages, see 'go help packages'.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            buildFile << """
                allprojects {
                    task producer(type: OutputFilesTask) {
                        out1.convention(layout.buildDirectory.file("\${project.name}.out1.jar"))
                        out2.convention(layout.buildDirectory.file("\${project.name}.out2.jar"))
                    }
    
                    artifacts {
                        implementation producer.out1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

    // RUN: tf-opt -tfl-prepare-tf %s | FileCheck %s
    // RUN: tf-opt %s -tf-layout-optimization=force-data-format=NHWC -tfl-prepare-tf  | FileCheck --check-prefix=LAYOUT --dump-input=always %s
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 268 : i32}} {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/elf.go

    	n := 24
    	sh.Addr = startva + resoff - uint64(n)
    	sh.Off = resoff - uint64(n)
    	sh.Size = uint64(n)
    	sh.Type = uint32(elf.SHT_MIPS_ABIFLAGS)
    	sh.Flags = uint64(elf.SHF_ALLOC)
    
    	return n
    }
    
    // Layout is given by this C definition:
    //
    //	typedef struct
    //	{
    //	  /* Version of flags structure.  */
    //	  uint16_t version;
    //	  /* The level of the ISA: 1-5, 32, 64.  */
    //	  uint8_t isa_level;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  9. src/reflect/type.go

    }
    
    func newName(n, tag string, exported, embedded bool) abi.Name {
    	return abi.NewName(n, tag, exported, embedded)
    }
    
    /*
     * The compiler knows the exact layout of all the data structures above.
     * The compiler does not know about the data structures and methods below.
     */
    
    // Method represents a single method.
    type Method struct {
    	// Name is the method name.
    	Name string
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    The advantage is that all internal classes of your (or other) modules are then accessible directly in tests.
    This may be a totally valid setup for unit testing, where we do not care about the larger module structure, but only about testing single functions.
    
    [NOTE]
    ====
    If you are using Eclipse: By default, Eclipse also runs unit tests as modules using module patching (see <<#sec:java_testing_modular_patching,below>>).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top