Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for xcworkspace (0.15 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/DefaultArtifactDescriptorReader.java

                // TODO hack: don't rebuild model if it was already loaded during reactor resolution
                final WorkspaceReader workspace = session.getWorkspaceReader();
                if (workspace instanceof MavenWorkspaceReader) {
                    model = ((MavenWorkspaceReader) workspace).findModel(pomArtifact);
                    if (model != null) {
                        return model;
                    }
                }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. configure.py

      parser = argparse.ArgumentParser()
      parser.add_argument(
          '--workspace',
          type=str,
          default=os.path.abspath(os.path.dirname(__file__)),
          help='The absolute path to your active Bazel workspace.')
      args = parser.parse_args()
    
      _TF_WORKSPACE_ROOT = args.workspace
      _TF_BAZELRC = os.path.join(_TF_WORKSPACE_ROOT, _TF_BAZELRC_FILENAME)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-not-extends-internal-types.txt

    Class <org.gradle.plugins.ide.idea.model.Workspace> extends/implements org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject that is Gradle Internal API in (Workspace.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    // go.mod file and takes precedence over replaces in go.mod files.  It is
    // primarily intended to override conflicting replaces in different workspace
    // modules.
    //
    // To determine whether the go command is operating in workspace mode, use
    // the "go env GOWORK" command. This will specify the workspace file being
    // used.
    //
    // Usage:
    //
    //	go work <command> [arguments]
    //
    // The commands are:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheHost.kt

                projectState.createMutableModel(coreAndPluginsScope, coreAndPluginsScope)
                val project = projectState.mutableModel
                // Build dir is restored in order to use the correct workspace directory for transforms of project dependencies when the build dir has been customized
                buildDirs[project.projectPath]?.let {
                    project.layout.buildDirectory.set(it)
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. .bazelrc

    build:elinux_armhf --copt -mfp16-format=ieee
    
    # Config-specific options should come above this line.
    
    # Load rc file written by ./configure.
    try-import %workspace%/.tf_configure.bazelrc
    try-import %workspace%/xla_configure.bazelrc
    
    # Load rc file with user-specific options.
    try-import %workspace%/.bazelrc.user
    
    # Here are bazelrc configs for release builds
    # Build TensorFlow v2.
    test:release_base --test_size_filters=small,medium
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/help/helpdoc.go

    		By default or when GOWORK is "auto", the go command searches for a
    		file named go.work in the current directory and then containing directories
    		until one is found. If a valid go.work file is found, the modules
    		specified will collectively be used as the main modules. If GOWORK
    		is "off", or a go.work file is not found in "auto" mode, workspace
    		mode is disabled.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  8. RELEASE.md

    ### `tf.keras`:
    
    *   Improvements from the Functional API refactoring:
        *   Functional model construction does not need to maintain a global
            workspace graph, removing memory leaks especially when building many
            models or very large models.
        *   Functional model construction should be ~8-10% faster on average.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top