Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for buildssa (0.29 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-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)
  3. 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)
  4. 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)
  5. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        if ((*recv_at_host_dtypes)[i] == DT_INVALID) {
          return errors::Internal("Cannot get datatype for input ", i);
        }
      }
      return absl::OkStatus();
    }
    
    // Builds XlaRecvAtHost node.
    absl::StatusOr<Node*> BuildRecvAtHostNode(
        Graph* g, const string& oc_cluster_name,
        const std::vector<DataType>& recv_at_host_dtypes, Node* key_placeholder) {
      NodeDefBuilder recv_at_host_builder(
    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. src/cmd/go/internal/load/pkg.go

    	if cfg.BuildRace {
    		deps = append(deps, "runtime/race")
    	}
    	// Using memory sanitizer forces an import of runtime/msan.
    	if cfg.BuildMSan {
    		deps = append(deps, "runtime/msan")
    	}
    	// Using address sanitizer forces an import of runtime/asan.
    	if cfg.BuildASan {
    		deps = append(deps, "runtime/asan")
    	}
    	// Building for coverage forces an import of runtime/coverage.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            output.count("Transformed") == 0
        }
    
        @Issue("https://github.com/gradle/gradle/issues/15604")
        @LeaksFileHandles
        def "transforms of file dependencies are not kept in the in-memory cache between builds"() {
            given:
            def projectDir1 = file("project1")
            def projectDir2 = file("project2")
            setupProjectInDir(projectDir1)
            setupProjectInDir(projectDir2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          mlir::Type type, const std::string& name);
    
      // Builds TF::VariantType from the given element type. Returns std::nullopt if
      // failure. Returns empty vector if the element type is not TF::VariantType or
      // there is empty TensorType in the TF::VariantType.
      std::optional<std::vector<BufferOffset<tflite::VariantSubType>>>
      BuildTFVariantType(mlir::Type element_type);
    
      // Builds TFLite tensor from the given value. `buffer_idx` is index of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    			return nil, nil, err
    		}
    		outObj = append(outObj, tokenFile)
    	}
    
    	if cfg.BuildMSan {
    		cgoCFLAGS = append([]string{"-fsanitize=memory"}, cgoCFLAGS...)
    		cgoLDFLAGS = append([]string{"-fsanitize=memory"}, cgoLDFLAGS...)
    	}
    	if cfg.BuildASan {
    		cgoCFLAGS = append([]string{"-fsanitize=address"}, cgoCFLAGS...)
    		cgoLDFLAGS = append([]string{"-fsanitize=address"}, cgoLDFLAGS...)
    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. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            when:
            run "resolve"
    
            then:
            output.count("Transforming") == 0
        }
    
        def "can use transformations in build script dependencies"() {
            file("buildSrc/src/main/groovy/FileSizer.groovy") << fileSizer
    
            file("script-with-buildscript-block.gradle") << """
                buildscript {
    
                    def artifactType = Attribute.of('artifactType', String)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
Back to top