Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for Builds (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-2.png

    structuring-builds-2.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 118.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-4.png

    structuring-builds-4.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 104.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-3.png

    structuring-builds-3.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 125.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-5.png

    structuring-builds-5.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 97.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // visit If node after `send_pred_node`, thus the token output for
      // `send_pred_node` has been generated.
      g->AddControlEdge(send_pred_node, n);
    
      // Build host side graph for the "If" node.
      // If then/else branch does not have outside compilation, we won't build host
      // graph for the branch. But here we need a host graph for both branches, so
      // we need to create a no-op host graph.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        def "workspace id of project transforms is unique per build with included builds"() {
            // The setup here is in a way that the project path of the project dependency in the same build
            // is the same as the buildTreePath of the substituted project dependency in the included build.
            // This way we test that you can't do special handling for "local" project dependencies when calculating
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          Value value, bool can_be_deduplicated, int& index);
    
      // Build TFLite tensor from the given type. This function is for tfl.lstm
      // intermediates, which should have UniformQuantizedType.
      std::optional<BufferOffset<tflite::Tensor>> BuildTensorFromType(
          mlir::Type type, const std::string& name);
    
      // Builds TF::VariantType from the given element type. Returns std::nullopt if
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //
    // Usage:
    //
    //	go build [-o output] [build flags] [packages]
    //
    // Build compiles the packages named by the import paths,
    // along with their dependencies, but it does not install the results.
    //
    // If the arguments to build are a list of .go files from a single directory,
    // build treats them as a list of source files specifying a single package.
    //
    // When compiling packages, build ignores files that end in '_test.go'.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    // shared library. Some systems, such as Ubuntu, always add
    // --build-id to every link, but we don't want a build ID when we are
    // producing an object file. On some of those system a plain -r (not
    // -Wl,-r) will turn off --build-id, but clang 3.0 doesn't support a
    // plain -r. I don't know how to turn off --build-id when using clang
    // other than passing a trailing --build-id=none. So that is what we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <class>
          <name>Build</name>
          <version>3.0.0+</version>
          <superClass>BuildBase</superClass>
          <description>
            The {@code &lt;build>} element contains information required to build the project.
            Default values are defined in Super POM.
          </description>
          <fields>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top