Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for VModule (0.15 sec)

  1. hack/local-up-cluster.sh

          ${cloud_config_arg} \
          "${advertise_address}" \
          "${node_port_range}" \
          --v="${LOG_LEVEL}" \
          --vmodule="${LOG_SPEC}" \
          --audit-policy-file="${AUDIT_POLICY_FILE}" \
          --audit-log-path="${LOG_DIR}/kube-apiserver-audit.log" \
          --cert-dir="${CERT_DIR}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

     - set cpu_global_jit to true on this session's OptimizerOptions, or
     - use experimental_jit_scope, or
     - use tf.function(jit_compile=True).
    
    To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a
    proper command-line flag, not via TF_XLA_FLAGS).)";
    
          MarkForCompilationPassFlags* flags = GetMarkForCompilationPassFlags();
          if (flags->tf_xla_cpu_global_jit) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    - Kubeadm: remove the EXPERIMENTAL tag from the phase "kubeadm join control-plane-prepare...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  4. 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)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            */
            mavenRepo.module("org", "c", '1.0').publish()
            mavenRepo.module("org", "x", '1.0').publish()
            mavenRepo.module("org", "c", '2.0').dependsOn("org", "x", '1.0').publish()
            mavenRepo.module("org", "a").dependsOn("org", "c", "1.0").publish()
            mavenRepo.module("org", "b").dependsOn("org", "c", "2.0").publish()
            mavenRepo.module("org", "d").dependsOn("org", "x", "1.0").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

        void "forces multiple modules by rule"() {
            mavenRepo.module("org.utils", "impl", '1.3').dependsOn('org.utils', 'api', '1.3').publish()
            mavenRepo.module("org.utils", "impl", '1.5').dependsOn('org.utils', 'api', '1.5').publish()
    
            mavenRepo.module("org.utils", "api", '1.3').publish()
            mavenRepo.module("org.utils", "api", '1.5').publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/buildlist.go

    }
    
    // IsDirect returns whether the given module provides a package directly
    // imported by a package or test in the main module.
    func (rs *Requirements) IsDirect(path string) bool {
    	return rs.direct[path]
    }
    
    // A ModuleGraph represents the complete graph of module dependencies
    // of a main module.
    //
    // If the main module supports module graph pruning, the graph does not include
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/init.go

    	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
    
    	workFile *modfile.WorkFile
    
    	workFileReplaceMap map[module.Version]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)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                        }
                    }
                }
            """
    
            file("gradle/libs.versions.toml") << """[libraries]
    test1 = { module = 'org:test1', version = '1.0' }
    test2 = { module = 'org:test2', version = '1.0' }
    test3 = { module = 'org:test3', version = '1.0' }
    """
    
            expect:
            succeeds "copyAndVerifyDependencies"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modget/get.go

    // selected version of a module (or of the module containing a package),
    // whether a pattern denotes a package or module may change as updates are
    // applied (see the example in mod_get_patchmod.txt).
    //
    // There are a few other ambiguous cases to resolve, too. A package can exist in
    // two different modules at the same version: for example, the package
    // example.com/foo might be found in module example.com and also in module
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top