Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 430 for free1 (0.04 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor_test.cc

                                   int64_t* const free,
                                   int64_t* const total) -> TF_Bool {
        *free = 45;
        *total = 7;
        return true;
      };
    
      StreamExecutor* executor = GetExecutor(0);
      int64_t free = 0;
      int64_t total = 0;
      executor->DeviceMemoryUsage(&free, &total);
      ASSERT_EQ(free, 45);
      ASSERT_EQ(total, 7);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 19:54:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedFilesApiIntegrationTest.groovy

            """
                task freeJar(type: Jar) { archiveFileName = '$prefix-free.jar' }
                task paidJar(type: Jar) { archiveFileName = '$prefix-paid.jar' }
                tasks.withType(Jar) { destinationDirectory = buildDir }
                configurations.compile.outgoing.variants {
                    free {
                        attributes.attribute(flavor, 'free')
                        artifact freeJar
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  3. src/runtime/select.go

    	// the last lock, because sel can be freed right after the last unlock.
    	// Consider the following situation.
    	// First M calls runtime·park() in runtime·selectgo() passing the sel.
    	// Once runtime·park() has unlocked the last lock, another M makes
    	// the G that calls select runnable again and schedules it for execution.
    	// When the G runs on another M, it locks all the locks and frees sel.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 13 21:36:04 UTC 2024
    - 15K bytes
    - Viewed (0)
  4. pkg/registry/core/service/portallocator/controller/repair_test.go

    		t.Fatal(err)
    	}
    	if !after.Has(111) || !after.Has(122) || !after.Has(133) || !after.Has(144) {
    		t.Errorf("unexpected portallocator state: %#v", after)
    	}
    	if free := after.Free(); free != 97 {
    		t.Errorf("unexpected portallocator state: %d free", free)
    	}
    	em := testMetrics{
    		leak:       0,
    		repair:     4,
    		outOfRange: 1,
    		duplicate:  1,
    		unknown:    0,
    	}
    	expectMetrics(t, em)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestRun.h

     *  Copyright (C) 2001       Anil Kumar
     *  Copyright (C) 2004-2006  Anil Kumar, Jerry St.Clair
     *
     *  This library is free software; you can redistribute it and/or
     *  modify it under the terms of the GNU Library General Public
     *  License as published by the Free Software Foundation; either
     *  version 2 of the License, or (at your option) any later version.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 22K bytes
    - Viewed (0)
  6. cmd/metrics.go

    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. LICENSE

    The source code for GNU Trove is licensed under the Lesser GNU Public License (LGPL).
    
        Copyright (c) 2001, Eric D. Friedman All Rights Reserved. This library is free software; you can redistribute it and/or modify it under
        the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  8. src/main/java/jcifs/pac/kerberos/KerberosEncData.java

    /*
     * 
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     * 
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Oct 02 12:02:06 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  9. pkg/registry/core/service/ipallocator/ipallocator.go

    	return a.allocateNextService(svc, dryRunFalse)
    }
    
    // allocateNextService tries to allocate a free IP address within the subnet.
    // If the subnet is big enough, it partitions the subnet into two subranges,
    // delimited by a.rangeOffset.
    // It tries to allocate a free IP address from the upper subnet first and
    // falls back to the lower subnet.
    // It starts allocating from a random IP within each range.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  10. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -/* The `struct utmp' type, describing entries in the utmp file.  Generic/BSDish
    -   Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
    +/* The `struct utmp' type, describing entries in the utmp file.
    +   Copyright (C) 1993-2022 Free Software Foundation, Inc.
        This file is part of the GNU C Library.
     
        The GNU C Library is free software; you can redistribute it and/or
    @@ -14,7 +14,7 @@
     
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 42.9K bytes
    - Viewed (0)
Back to top