Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 736 for shared (0.12 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/unfreeze_constants.cc

    }
    
    // Replaces every uses of ConstOps in `target_const_ops` to VarHandleOp ->
    // ReadVariableOp patterns. The ConstOps are not erased. Returns the ConstOp ->
    // shared_name mapping. The shared_name is the shared name of the corresponding
    // VarHandleOp.
    llvm::MapVector<TF::ConstOp, std::string> ReplaceConstOpUsesWithVariableReads(
        llvm::ArrayRef<TF::ConstOp> target_const_ops) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 15:04:53 UTC 2023
    - 14K bytes
    - Viewed (0)
  2. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/S3ClientIntegrationTest.groovy

    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    import org.junit.Rule
    import spock.lang.Ignore
    import spock.lang.Shared
    import spock.lang.Specification
    
    class S3ClientIntegrationTest extends Specification {
    
        public static final String FILE_NAME = "mavenTest.txt"
        final String accessKey = 'gradle-access-key'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  3. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/TcpConnectorTest.groovy

    import org.gradle.util.ports.ReleasingPortAllocator
    import org.junit.Rule
    import spock.lang.Issue
    import spock.lang.Shared
    import spock.lang.Timeout
    
    import java.nio.channels.SocketChannel
    
    @Timeout(60)
    class TcpConnectorTest extends ConcurrentSpec {
        @Shared def serializer = Serializers.stateful(BaseSerializerFactory.STRING_SERIALIZER)
        final def idGenerator = new UUIDGenerator()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. src/runtime/syscall_windows_test.go

    }
    
    var cbDLLs = []cbDLL{
    	{
    		"test",
    		func(out, src string) []string {
    			return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, src}
    		},
    	},
    	{
    		"testO2",
    		func(out, src string) []string {
    			return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, "-O2", src}
    		},
    	},
    }
    
    func TestStdcallAndCDeclCallbacks(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/cpumanager/policy_static.go

    //
    //   - SHARED: Burstable, BestEffort, and non-integral Guaranteed containers
    //     run here. Initially this contains all CPU IDs on the system. As
    //     exclusive allocations are created and destroyed, this CPU set shrinks
    //     and grows, accordingly. This is stored in the state as the default
    //     CPU set.
    //
    //   - RESERVED: A subset of the shared pool which is not exclusively
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  6. pkg/controller/resourceclaim/controller.go

    	claimCache   cache.MutationCache
    
    	// podLister is the shared Pod lister used to fetch Pod
    	// objects from the API server. It is shared with other controllers and
    	// therefore the Pod objects in its store should be treated as immutable.
    	podLister v1listers.PodLister
    	podSynced cache.InformerSynced
    
    	// podSchedulingList is the shared PodSchedulingContext lister used to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeBinariesIntegrationTest.groovy

            then:
            failureDescriptionContains("Execution failed for task ':assemble'.")
            failure.assertHasCause("""No buildable binaries found:
      - shared library 'another:sharedLibrary': Disabled by user
      - static library 'another:staticLibrary': Disabled by user
      - shared library 'hello:sharedLibrary':
          - No tool chain is available to build for platform 'unknown':
              - ${toolChain.instanceDisplayName}:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    The cache can be incomplete; however, an empty shared cache will only add overhead.
    
    NOTE: The shared read-only dependency cache is an incubating feature.
    
    The first step in using a shared dependency cache is to create one by copying of an existing _local_ cache.
    For this you need to follow the <<sub:cache_copy,instructions above>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{82, "EREMCHG", "remote address changed"},
    	{83, "ELIBACC", "can not access a needed shared library"},
    	{84, "ELIBBAD", "accessing a corrupted shared library"},
    	{85, "ELIBSCN", ".lib section in a.out corrupted"},
    	{86, "ELIBMAX", "attempting to link in too many shared libraries"},
    	{87, "ELIBEXEC", "cannot exec a shared library directly"},
    	{88, "EILSEQ", "invalid or incomplete multibyte or wide character"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  10. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractIncompleteFileSystemNodeTest.groovy

            where:
            vfsSpec << (NO_COMMON_PREFIX + COMMON_PREFIX).findAll { allowEmptyChildren || !it.childPaths.empty }
        }
    
        def "store #fileType child with common prefix adds a new child with the shared prefix of type Directory (#vfsSpec)"() {
            setupTest(vfsSpec)
            def snapshot = Mock(MetadataSnapshot)
            def newGrandChildPath = pathFromCommonPrefix
            def newGrandChild = Mock(FileSystemNode)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top