Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 0000000000000000000000000000000000000000 (0.23 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlWriterTest.groovy

            when:
            builder.addTrustedKey("A000000000000000000000000000000000000000", "g1", null, null, null, false)
            builder.addTrustedKey("B000000000000000000000000000000000000000", "g2", "m1", null, "file.jar", true)
            builder.addTrustedKey("C000000000000000000000000000000000000000", "g3", "m2", "1.0", null, true)
            builder.addTrustedKey("D000000000000000000000000000000000000000", null, "m3", "1.4", "file.zip", false)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 13:40:00 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlReaderTest.groovy

             <trusted-key id="B000000000000000000000000000000000000000">
                <trusting name="m3" version="1.4" file="file.zip"/>
                <trusting name="m4" file="other-file.zip" regex="true"/>
             </trusted-key>
             <trusted-key id="C000000000000000000000000000000000000000" group="g3" name="m2" version="1.0" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 10:13:31 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  3. src/math/big/floatconv_test.go

    		{"5459", defaultRound, 53, 'G', 4, "5459"},
    
    		{"3", defaultRound, 10, 'e', 40, "3.0000000000000000000000000000000000000000e+00"},
    		{"3", defaultRound, 10, 'f', 40, "3.0000000000000000000000000000000000000000"},
    		{"3", defaultRound, 10, 'g', 40, "3"},
    
    		{"3e40", defaultRound, 100, 'e', 40, "3.0000000000000000000000000000000000000000e+40"},
    		{"3e40", defaultRound, 100, 'f', 4, "30000000000000000000000000000000000000000.0000"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  4. src/debug/dwarf/entry_test.go

    			[]byte{0x30, 0, 0, 0, // comp unit length
    				4, 0, // DWARF version 4
    				0, 0, 0, 0, // abbrev offset
    				8, // address size
    				0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    			},
    			8, binary.LittleEndian,
    		},
    		{
    			"64-bit little",
    			[]byte{0xff, 0xff, 0xff, 0xff, // 64-bit DWARF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
              dim {
                size: 4
              }
            }
            tensor_content: "\001\000\000\000\001\000\000\000@\000\000\000@\000\000\000"
          }
        }
      }
    }
    node {
      name: "bn2a_branch1_1/FusedBatchNorm"
      op: "FusedBatchNorm"
      input: "res2a_branch1_1/Conv2D"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
              dim {
                size: 4
              }
            }
            tensor_content: "\001\000\000\000\001\000\000\000@\000\000\000@\000\000\000"
          }
        }
      }
    }
    node {
      name: "ConstantFolding/training/LossScaleOptimizer/gradients/res2a_branch2a_1/Conv2D_grad/ShapeN-matshapes-0"
      op: "Const"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
Back to top