Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 1u (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    			expectRuntimeCost:   25,
    		},
    		{
    			expr:                `sets.equivalent([1], [1u, 1.0])`,
    			expectEstimatedCost: checker.CostEstimate{Min: 25, Max: 25},
    			expectRuntimeCost:   25,
    		},
    		{
    			expr:                `sets.equivalent([1], [1u, 1.0])`,
    			expectEstimatedCost: checker.CostEstimate{Min: 25, Max: 25},
    			expectRuntimeCost:   25,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/codegen_test_h.golden

    ::xla::cpu_function_runtime::BufferInfo(::xla::cpu_function_runtime::EncodedBufferInfo{5ULL, ~0U, ~0U}),
    ::xla::cpu_function_runtime::BufferInfo(::xla::cpu_function_runtime::EncodedBufferInfo{386ULL, 1U, ~0U}),
    ::xla::cpu_function_runtime::BufferInfo(::xla::cpu_function_runtime::EncodedBufferInfo{5ULL, ~0U, ~0U}),
    ::xla::cpu_function_runtime::BufferInfo(::xla::cpu_function_runtime::EncodedBufferInfo{386ULL, 2U, ~0U}),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Server-TLSv13-ALPN-NotConfigured

    000003c0  ea ff 4e 95 cd a6 83 19  e2 72 85 44 33 b2 c0 45  |..N......r.D3..E|
    000003d0  f0 34 92 ca 5a a2 14 4c  6c a3 95 bd fe 3b f8 fd  |.4..Z..Ll....;..|
    000003e0  e1 11 9b f6 8f 4f c6 ae  05 31 55 17 03 03 00 8b  |.....O...1U.....|
    000003f0  8a a3 df b3 a0 68 8a e1  4f db c6 2a 8e df dc b6  |.....h..O..*....|
    00000400  07 b5 c4 c7 34 7f d8 e9  3f 88 0f 15 14 01 50 bc  |....4...?.....P.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    			}
    		}
    	}
    }
    
    func TestNewScaledSet(t *testing.T) {
    	table := []struct {
    		value  int64
    		scale  Scale
    		expect string
    	}{
    		{1, Nano, "1n"},
    		{1000, Nano, "1u"},
    		{1, Micro, "1u"},
    		{1000, Micro, "1m"},
    		{1, Milli, "1m"},
    		{1000, Milli, "1"},
    		{1, 0, "1"},
    		{0, Nano, "0"},
    		{0, Micro, "0"},
    		{0, Milli, "0"},
    		{0, 0, "0"},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/end2end/back2back_fake_quant.pbtxt

              }
              dim {
                size: 16
              }
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 25.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // code).  Unlike rand_r(), it's portable.  An LCG isn't very random,
    // but it's good enough for our purposes.
    class GTEST_API_ Random {
     public:
      static const UInt32 kMaxRange = 1u << 31;
    
      explicit Random(UInt32 seed) : state_(seed) {}
    
      void Reseed(UInt32 seed) { state_ = seed; }
    
      // Generates a random number from [0, range).  Crashes if 'range' is
      // 0 or greater than kMaxRange.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // code).  Unlike rand_r(), it's portable.  An LCG isn't very random,
    // but it's good enough for our purposes.
    class GTEST_API_ Random {
     public:
      static const UInt32 kMaxRange = 1u << 31;
    
      explicit Random(UInt32 seed) : state_(seed) {}
    
      void Reseed(UInt32 seed) { state_ = seed; }
    
      // Generates a random number from [0, range).  Crashes if 'range' is
      // 0 or greater than kMaxRange.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top