Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 77 for 005 (0.15 sec)

  1. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.line.part.pbtxt

    008\241\204\222;l\360\234\270\004\204\202\275\036\360\346\275\206\017/\270\333\312\200\276\3518z>\242\345\262\272j\301l\276\301\310\025\270\261\025t7\000\365\2647n\214\253=\355\014\346;]z\013\277zF\346\270\2471d>\347Z,\276\036`a\276`\232i\275\314e\005\277b\325\342\270\212\345\257\274\241\245\0216\341\333\352==3U\270\217\361\346\272v\006\340\276\032\036G7P\261\237>\372R)>\3029\0136]\367[\273\247\231\313\270\314g\220\273\034\250\253\275%\221\235\267\374\372\220\275\217m\256=\013\2260\274\243!\266>...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 27 18:59:05 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK-DAG: %[[cst:.*]] = arith.constant dense<[1.000000e+00, 5.000000e-01]> : tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. src/encoding/json/testdata/code.json.gz

    ight":0.002531645569620253,"touches":1,"min_t":1236222384,"max_t":1236222384,"mean_t":1236222384},{"name":"005-expected.png","kids":[],"cl_weight":0.002531645569620253,"touches":1,"min_t":1236222384,"max_t":1236222384,"mean_t":1236222384},{"name":"005-expected.txt","kids":[],"cl_weight":0.002531645569620253,"touches":1,"min_t":1236222384,"max_t":1236222384,"mean_t":1236222384},{"name":"005-expected.checksum","kids":[],"cl_weight":0.002531645569620253,"touches":1,"min_t":1236222384,"max_t":123622...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  4. src/math/rand/rand_test.go

    func TestStandardExponentialValues(t *testing.T) {
    	for _, seed := range testSeeds {
    		testExponentialDistribution(t, numTestSamples, 1, seed)
    	}
    }
    
    func TestNonStandardExponentialValues(t *testing.T) {
    	for rate := 0.05; rate < 10; rate *= 2 {
    		for _, seed := range testSeeds {
    			testExponentialDistribution(t, numTestSamples, rate, seed)
    			if testing.Short() {
    				break
    			}
    		}
    	}
    }
    
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitorSpec.groovy

        @Requires(UnitTestPreconditions.NotWindows)
        def 'can extract process info from unix ps()'() {
            given:
            def output = '''
              PID TTY      STAT   TIME COMMAND
     1401 ?        Ss     0:05 /lib/systemd/systemd --user
     1409 ?        S      0:00 (sd-pam)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  6. src/image/gif/writer_test.go

    		r, g, b, a := q[i].RGBA()
    		if r != 0 || g != 0 || b != 0 || a != 0xffff {
    			return false
    		}
    	}
    	return true
    }
    
    var frames = []string{
    	"../testdata/video-001.gif",
    	"../testdata/video-005.gray.gif",
    }
    
    func testEncodeAll(t *testing.T, go1Dot5Fields bool, useGlobalColorModel bool) {
    	const width, height = 150, 103
    
    	g0 := &GIF{
    		Image:     make([]*image.Paletted, len(frames)),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. src/math/rand/v2/rand_test.go

    func TestStandardExponentialValues(t *testing.T) {
    	for _, seed := range testSeeds {
    		testExponentialDistribution(t, numTestSamples, 1, seed)
    	}
    }
    
    func TestNonStandardExponentialValues(t *testing.T) {
    	for rate := 0.05; rate < 10; rate *= 2 {
    		for _, seed := range testSeeds {
    			testExponentialDistribution(t, numTestSamples, rate, seed)
    			if testing.Short() {
    				break
    			}
    		}
    	}
    }
    
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    }
    
    func genServiceAccount(rng *rand.Rand, pfx string) (*flowcontrol.ServiceAccountSubject, []user.Info, []user.Info) {
    	ns := pfx + "-ns"
    	name := pfx + "-n"
    	mname := name
    	if rng.Float32() < 0.05 {
    		mname = "*"
    	}
    	mui := &user.DefaultInfo{
    		Name:   fmt.Sprintf("system:serviceaccount:%s:%s", ns, name),
    		UID:    "good-id",
    		Groups: []string{pfx + "-g1", mg(rng), pfx + "-g2"},
    		Extra:  noextra}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  9. cmd/erasure-server-pool-rebalance.go

    	}
    
    	pfi := float64(poolStats.InitFreeSpace+poolStats.Bytes) / float64(poolStats.InitCapacity)
    	// Mark pool rebalance as done if within 5% from PercentFreeGoal.
    	if diff := math.Abs(pfi - r.PercentFreeGoal); diff <= 0.05 {
    		r.PoolStats[poolIdx].Info.Status = rebalCompleted
    		r.PoolStats[poolIdx].Info.EndTime = time.Now()
    		return true
    	}
    
    	return false
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 03 15:45:54 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  10. src/net/timeout_test.go

    		}
    	}
    }
    
    var dialTimeoutTests = []struct {
    	initialTimeout time.Duration
    	initialDelta   time.Duration // for deadline
    }{
    	// Tests that dial timeouts, deadlines in the past work.
    	{-5 * time.Second, 0},
    	{0, -5 * time.Second},
    	{-5 * time.Second, 5 * time.Second}, // timeout over deadline
    	{-1 << 63, 0},
    	{0, -1 << 63},
    
    	{1 * time.Millisecond, 0},
    	{0, 1 * time.Millisecond},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 18:06:55 UTC 2024
    - 30K bytes
    - Viewed (0)
Back to top