Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 86 for platform1 (0.13 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

        def "constraint shouldn't be converted to hard dependency when a dependency substitution applies on an external module"() {
            def fooModule = mavenRepo.module("org", "foo", "1.0")
            mavenRepo.module("org", "platform", "1.0")
                .asGradlePlatform()
                .dependencyConstraint(fooModule)
                .publish()
    
            createDirs("lib")
            settingsFile << """
                include 'lib'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    #include "tensorflow/core/lib/gtl/flatmap.h"
    #include "tensorflow/core/lib/strings/stringprintf.h"
    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/platform/mutex.h"
    #include "tensorflow/core/platform/statusor.h"
    #include "tensorflow/core/platform/types.h"
    #include "tensorflow/core/public/version.h"
    #include "tensorflow/core/util/dump_graph.h"
    
    namespace tensorflow {
    
    namespace {
    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. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

    #include "tensorflow/compiler/mlir/lite/schema/schema_generated.h"
    #include "tensorflow/compiler/mlir/lite/schema/schema_utils.h"
    #include "tensorflow/core/platform/init_main.h"
    #include "tensorflow/core/platform/path.h"
    #include "tensorflow/core/platform/types.h"
    #include "tensorflow/core/util/command_line_flags.h"
    #include "tensorflow/lite/c/c_api_types.h"
    #include "tensorflow/lite/model_builder.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  4. src/cmd/go/go_test.go

    			os.Exit(2)
    		}
    		testGOCACHE = strings.TrimSpace(string(out))
    
    		canMSan = testenv.HasCGO() && platform.MSanSupported(runtime.GOOS, runtime.GOARCH)
    		canASan = testenv.HasCGO() && platform.ASanSupported(runtime.GOOS, runtime.GOARCH)
    		canRace = testenv.HasCGO() && platform.RaceDetectorSupported(runtime.GOOS, runtime.GOARCH)
    		// The race detector doesn't work on Alpine Linux:
    		// golang.org/issue/14481
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/lib.go

    	iscgo = ctxt.LibraryByPkg["runtime/cgo"] != nil
    
    	// Plugins a require cgo support to function. Similarly, plugins may require additional
    	// internal linker support on some platforms which may not be implemented.
    	ctxt.canUsePlugins = ctxt.LibraryByPkg["plugin"] != nil && iscgo
    
    	// We now have enough information to determine the link mode.
    	determineLinkMode(ctxt)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

    from tensorflow.python.ops import variables
    from tensorflow.python.ops import while_loop as while_loop_ops
    from tensorflow.python.ops.ragged import ragged_string_ops
    from tensorflow.python.platform import test
    from tensorflow.python.platform import tf_logging as logging
    from tensorflow.python.saved_model import builder
    from tensorflow.python.saved_model import save as saved_model_save
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/base/CharMatcher.java

       */
      public CharMatcher precomputed() {
        return Platform.precomputeCharMatcher(this);
      }
    
      private static final int DISTINCT_CHARS = Character.MAX_VALUE - Character.MIN_VALUE + 1;
    
      /**
       * This is the actual implementation of {@link #precomputed}, but we bounce calls through a method
       * on {@link Platform} so that we can have different behavior in GWT.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. src/cmd/go/internal/test/test.go

    	//
    	// If the -o flag is set, or if at some point we change cmd/go to start
    	// copying test executables into the build cache, we may run into spurious
    	// ETXTBSY errors on Unix platforms (see https://go.dev/issue/22315).
    	//
    	// Since we know what causes those, and we know that they should resolve
    	// quickly (the ETXTBSY error will resolve as soon as the subprocess
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/CharMatcher.java

       */
      public CharMatcher precomputed() {
        return Platform.precomputeCharMatcher(this);
      }
    
      private static final int DISTINCT_CHARS = Character.MAX_VALUE - Character.MIN_VALUE + 1;
    
      /**
       * This is the actual implementation of {@link #precomputed}, but we bounce calls through a method
       * on {@link Platform} so that we can have different behavior in GWT.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/dwarf.go

    	dwarf.Uleb128put(d, fsd, int64(thearch.Dwarfregsp)) // ...to use the value in the platform's SP register (defined in l.go)...
    	if haslr {
    		dwarf.Uleb128put(d, fsd, int64(0)) // ...plus a 0 offset.
    
    		fsu.AddUint8(dwarf.DW_CFA_same_value) // The platform's link register is unchanged during the prologue.
    		dwarf.Uleb128put(d, fsd, int64(thearch.Dwarfreglr))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top