Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for 070701 (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_validate_inputs.mlir

        tf_executor.fetch %0 : tensor<i32>
      }
      return %0 : tensor<i32>
    }
    // -----
    
    //  Serialized string:
    //   "\08\02\2a\08\08\01\1a\01\01\22\01\00\2a\08\08\01\1a\01\01\22\01\01"
    //  Proto debug string:
    //    type: 	 TUPLE
    //    tuple_shardings {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 06:51:01 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_lds_tcp.json

    {
        "0.0.0.0_7070": {
          "name": "0.0.0.0_7070",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7070
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.tcp_proxy",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    // license that can be found in the LICENSE file.
    
    //go:build zos && s390x
    
    // Hand edited based on zerrors_linux_s390x.go
    // TODO: auto-generate.
    
    package unix
    
    const (
    	BRKINT                   = 0x0001
    	CLOCAL                   = 0x1
    	CLOCK_MONOTONIC          = 0x1
    	CLOCK_PROCESS_CPUTIME_ID = 0x2
    	CLOCK_REALTIME           = 0x0
    	CLOCK_THREAD_CPUTIME_ID  = 0x3
    	CLONE_NEWIPC             = 0x08000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/internal/typeconversion/DefaultTypeConverterTest.groovy

            expect:
            converter.convert("123", BigDecimal.class, false) == 123
            converter.convert("123.12", BigDecimal.class, false) == 123.12
            converter.convert(new StringBuilder("0.00001"), BigDecimal.class, false) == 0.00001
        }
    
        def "fails when value is truncated when converting to BigInteger"() {
            when:
            converter.convert(value, BigInteger.class, false)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:56:08 UTC 2021
    - 13.3K bytes
    - Viewed (0)
  5. src/math/big/floatconv_test.go

    		{0, 'f', 0, "0"},
    		{math.Copysign(0, -1), 'f', 0, "-0"},
    		{1, 'f', 0, "1"},
    		{-1, 'f', 0, "-1"},
    
    		{0.001, 'e', 0, "1e-03"},
    		{0.459, 'e', 0, "5e-01"},
    		{1.459, 'e', 0, "1e+00"},
    		{2.459, 'e', 1, "2.5e+00"},
    		{3.459, 'e', 2, "3.46e+00"},
    		{4.459, 'e', 3, "4.459e+00"},
    		{5.459, 'e', 4, "5.4590e+00"},
    
    		{0.001, 'f', 0, "0"},
    		{0.459, 'f', 0, "0"},
    		{1.459, 'f', 0, "1"},
    		{2.459, 'f', 1, "2.5"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  6. src/time/format_test.go

    	{RFC3339, "\"", `parsing time "\"" as "2006-01-02T15:04:05Z07:00": cannot parse "\"" as "2006"`},
    
    	// issue 54570
    	{RFC3339, "0000-01-01T00:00:00+00:+0", `parsing time "0000-01-01T00:00:00+00:+0" as "2006-01-02T15:04:05Z07:00": cannot parse "+00:+0" as "Z07:00"`},
    	{RFC3339, "0000-01-01T00:00:00+-0:00", `parsing time "0000-01-01T00:00:00+-0:00" as "2006-01-02T15:04:05Z07:00": cannot parse "+-0:00" as "Z07:00"`},
    
    	// issue 56730
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    				in:            hex("c1f97c00"), // 1(Infinity)
    				want:          "0001-01-01T00:00:00Z",
    				fixme:         "decoding cbor data tagged with 1 produces time.Time instead of RFC3339 timestamp string",
    				assertOnError: assertNilError,
    			},
    			{
    				name:          "tag 1 with a negative infinity",
    				in:            hex("c1f9fc00"), // 1(-Infinity)
    				want:          "0001-01-01T00:00:00Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  8. src/crypto/tls/key_schedule_test.go

    	if err != nil {
    		panic(err)
    	}
    	return res
    }
    
    func TestDeriveSecret(t *testing.T) {
    	chTranscript := cipherSuitesTLS13[0].hash.New()
    	chTranscript.Write(parseVector(`
    	payload (512 octets):  01 00 01 fc 03 03 1b c3 ce b6 bb e3 9c ff
    	93 83 55 b5 a5 0a db 6d b2 1b 7a 6a f6 49 d7 b4 bc 41 9d 78 76
    	48 7d 95 00 00 06 13 01 13 03 13 02 01 00 01 cd 00 00 00 0b 00
    	09 00 00 06 73 65 72 76 65 72 ff 01 00 01 00 00 0a 00 14 00 12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/prepare-quantize-post-training-16bits.mlir

      %1 = "quantfork.stats"(%arg0) {layerStats = dense<[-1.0, 1.0]> : tensor<2xf32>} : (tensor<1x3xf32>) -> tensor<1x3xf32>
      %2 = "tfl.pseudo_const"() {value = dense<[[0.1, 0.1, 0.1]]> : tensor<1x3xf32>} : () -> tensor<1x3xf32>
      %3 = "tfl.pseudo_const"() {value = dense<[0.1]> : tensor<1xf32>} : () -> tensor<1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  10. src/cmd/internal/dwarf/dwarf_defs.go

    )
    
    // Table 30
    const (
    	DW_VIRTUALITY_none         = 0x00
    	DW_VIRTUALITY_virtual      = 0x01
    	DW_VIRTUALITY_pure_virtual = 0x02
    )
    
    // Table 31
    const (
    	DW_LANG_C89         = 0x0001
    	DW_LANG_C           = 0x0002
    	DW_LANG_Ada83       = 0x0003
    	DW_LANG_C_plus_plus = 0x0004
    	DW_LANG_Cobol74     = 0x0005
    	DW_LANG_Cobol85     = 0x0006
    	DW_LANG_Fortran77   = 0x0007
    	DW_LANG_Fortran90   = 0x0008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 15:55:36 UTC 2019
    - 16.1K bytes
    - Viewed (0)
Back to top