Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for module_ (0.12 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

     public:
      explicit QuantizationSummary(ModuleOp module)
          : module_(module), symbol_table_(module) {}
    
      void Print() {
        llvm::StringMap<OpCountItem> func_count_map;
        int32_t total_quantized_func_count = 0, float_output_func_count = 0,
                quantize_func_count = 0, dequantize_func_count = 0,
                weight_only_count = 0;
    
        module_.walk([&](Operation* op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    This pass collects StableHLO functions referenced from `tf.XlaCallModule`'s
    `_entry_function` attribute into a module, serializes the module into MLIR
    bytecode, and embed the bytecode to `tf.XlaCallModule`'s `module` attribute.
    
    After serialization, this pass removes the `_entry_function` attribute from
    `tf.XlaCallModule`, and removes all the serialized stablehlo functions
    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/go/internal/modload/buildlist.go

    	// requirements of those root modules, and the transitive requirements of only
    	// the root modules that do not support pruning.
    	//
    	// If workspace, the graph includes only the workspace modules, the explicit
    	// requirements of the workspace modules, and the transitive requirements of
    	// the workspace modules that do not support pruning.
    	pruning modPruning
    
    	// rootModules is the set of root modules of the graph, sorted and capped to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modload/init.go

    	// slash. For most modules, pathPrefix is just version.Path, but the
    	// standard-library module "std" has an empty prefix.
    	pathPrefix map[module.Version]string
    
    	// inGorootSrc caches whether modRoot is within GOROOT/src.
    	// The "std" module is special within GOROOT/src, but not otherwise.
    	inGorootSrc map[module.Version]bool
    
    	modFiles map[module.Version]*modfile.File
    
    	modContainingCWD module.Version
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    [[sec:java_testing_modular_patching]]
    === Whitebox test execution with module patching
    
    Another approach for whitebox testing is to stay in the module world by _patching_ the tests into the module under test.
    This way, module boundaries stay in place, but the tests themselves become part of the module under test and can then access the module's internals.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/load.go

    	}
    }
    
    // preloadRootModules loads the module requirements needed to identify the
    // selected version of each module providing a package in rootPkgs,
    // adding new root modules to the module graph if needed.
    func (ld *loader) preloadRootModules(ctx context.Context, rootPkgs []string) (changedBuildList bool) {
    	needc := make(chan map[module.Version]bool, 1)
    	needc <- map[module.Version]bool{}
    	for _, path := range rootPkgs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

            given:
            repository {
                def modules = ['direct', 'transitive', 'leaf']
                modules.eachWithIndex { module, idx ->
                    ['A', 'B'].each { appendix ->
                        "org:${module}${appendix}:1.0" {
                            if (idx < modules.size() - 1) {
                                dependsOn("org:${modules[idx + 1]}${appendix}:1.0")
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

            when:
            expectAlignment {
                module('xml') alignsTo('1.0') byVirtualPlatform()
                module('core') alignsTo('1.0')
                module('json') tries('1.1')
                module('foo') group('org2') alignsTo('1.0')
                module('bar') group('org3') alignsTo('1.0')
                module('a') group('org4') tries('1.0') alignsTo('1.1')
                module('b') group('org4') alignsTo('1.1')
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserProfileTest.groovy

            and:
            parseContext.getMetaDataArtifact({ it.selector.module == 'parent' }, _, MAVEN_POM) >> asResource(parent)
            parseContext.getMetaDataArtifact({ it.selector.module == 'grandparent' }, _, MAVEN_POM) >> asResource(grandParent)
    
            when:
            parsePom()
    
            then:
            def dep = single(metadata.dependencies)
            dep.selector == moduleId('group-two', 'artifact-two', 'version-two')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  10. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("module-2", pom.getValue("modules[1]"));
            assertEquals("module-1", pom.getValue("modules[2]"));
            assertEquals("module-3", pom.getValue("modules[3]"));
            assertEquals("module-4", pom.getValue("modules[4]"));
        }
    
        /**
         * Will throw an exception if it doesn't find parent(s) in build
         *
         * @throws Exception in case of issue
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
Back to top