Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for buildC (0.07 sec)

  1. src/cmd/go/internal/work/exec.go

    		p1 := a1.Package
    		if p1 != nil {
    			if a1.built != "" || a1.buildID != "" {
    				buildID := a1.buildID
    				if buildID == "" {
    					buildID = b.buildID(a1.built)
    				}
    				fmt.Fprintf(h, "packagefile %s=%s\n", p1.ImportPath, contentID(buildID))
    			}
    			// Because we put package main's full action ID into the binary's build ID,
    			// we must also put the full action ID into the binary's action ID hash.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. 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)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        The operand number and types must match the signature of the region that contains the operation.
      }];
      let arguments = (ins Variadic<AnyType>);
    
      // Default builder needed for ensureTerminator
      let builders = [
        OpBuilder<(ins),
        [{
          build($_builder, $_state, {});
        }]>
      ];
    }
    
    def TFL_IfOp : Op<TFL_Dialect, "if", [
        DeclareOpInterfaceMethods<RegionBranchOpInterface,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top