Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for 1x42 (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/name_anonymous_iterators.mlir

    func.func private @handles_all_versions() {
      // CHECK: "tf.Iterator"
      // CHECK-SAME: 1x42
      %0 = "tf.AnonymousIterator"() {output_shapes = [
        #tf_type.shape<1x42>], output_types = [f32]} : () -> tensor<!tf_type.resource>
      // CHECK: "tf.Iterator"
      // CHECK-SAME: 2x42
      %1, %2 = "tf.AnonymousIteratorV2"() {output_shapes = [
        #tf_type.shape<2x42>], output_types = [f32]} : () -> (tensor<!tf_type.resource>, tensor<!tf_type.variant>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 14 09:25:38 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  2. fuzzing/fuzzingserver-expected.txt

    "12.4.10 UNIMPLEMENTED"
    "12.4.11 UNIMPLEMENTED"
    "12.4.12 UNIMPLEMENTED"
    "12.4.13 UNIMPLEMENTED"
    "12.4.14 UNIMPLEMENTED"
    "12.4.15 UNIMPLEMENTED"
    "12.4.16 UNIMPLEMENTED"
    "12.4.17 UNIMPLEMENTED"
    "12.4.18 UNIMPLEMENTED"
    "12.4.2 UNIMPLEMENTED"
    "12.4.3 UNIMPLEMENTED"
    "12.4.4 UNIMPLEMENTED"
    "12.4.5 UNIMPLEMENTED"
    "12.4.6 UNIMPLEMENTED"
    "12.4.7 UNIMPLEMENTED"
    "12.4.8 UNIMPLEMENTED"
    "12.4.9 UNIMPLEMENTED"
    "12.5.1 UNIMPLEMENTED"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_goline.txt

    cp go.mod1 go.mod
    ! go get example.com/a@v1.0.2 go@1.24.2
    stderr '^go: example.com/a@v1.0.2 requires go@1.25, not go@1.24.2$'
    ! go get example.com/a@v1.0.2 go@1.26.3
    stderr '^go: example.com/a@v1.0.2 indirectly requires go@1.27, not go@1.26.3$'
    go get example.com/a@v1.0.2 go@1.28rc1
    go list -f '{{.Module.GoVersion}}'
    stdout 1.28rc1
    go get go@1.24.2
    stderr '^go: downgraded go 1.28rc1 => 1.24.2$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. internal/bucket/bandwidth/monitor_gen.go

    	o = append(o, 0x82, 0xb5, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x50, 0x65, 0x72, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64)
    	o = msgp.AppendInt64(o, z.LimitInBytesPerSecond)
    	// string "CurrentBandwidthInBytesPerSecond"
    	o = append(o, 0xd9, 0x20, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x42, 0x61, 0x6e, 0x64, 0x77, 0x69, 0x64, 0x74, 0x68, 0x49, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x50, 0x65, 0x72, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. cmd/metacache-walk_gen.go

    	// map header, size 8
    	// write "Bucket"
    	err = en.Append(0x88, 0xa6, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.Bucket)
    	if err != nil {
    		err = msgp.WrapError(err, "Bucket")
    		return
    	}
    	// write "BaseDir"
    	err = en.Append(0xa7, 0x42, 0x61, 0x73, 0x65, 0x44, 0x69, 0x72)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.BaseDir)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Nov 21 01:09:35 UTC 2023
    - 7K bytes
    - Viewed (0)
  6. hack/testdata/invalid-deployment-unknown-and-duplicate-fields.yaml

      foo: bar
      baz: baq
      selector:
        matchLabels:
          app: nginx
      template:
        metadata:
          labels:
            app: nginx
        spec:
          containers:
          - name: nginx
            image: nginx:1.14.2
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 26 03:45:13 UTC 2022
    - 385 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/testdata/pod.json

                }
            ],
            "resourceVersion": "10345330",
            "uid": "3be4f64b-3687-47ff-9910-b72366ea798e"
        },
        "spec": {
            "containers": [
                {
                    "image": "nginx:1.14.2",
                    "imagePullPolicy": "IfNotPresent",
                    "name": "nginx",
                    "ports": [
                        {
                            "containerPort": 80,
                            "protocol": "TCP"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 18 15:31:52 UTC 2021
    - 6.4K bytes
    - Viewed (0)
  8. src/strconv/testdata/testfp.txt

    float64 %.0e 6567258882077402p+952 3e+302
    float64 %.1e 6712731423444934p+535 7.6e+176
    float64 %.2e 6712731423444934p+534 3.78e+176
    float64 %.3e 5298405411573037p-957 4.350e-273
    float64 %.4e 5137311167659507p-144 2.3037e-28
    float64 %.5e 6722280709661868p+363 1.26301e+125
    float64 %.6e 5344436398034927p-169 7.142211e-36
    float64 %.7e 8369123604277281p-853 1.3934574e-241
    float64 %.8e 8995822108487663p-780 1.41463449e-219
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 7.9K bytes
    - Viewed (0)
  9. cmd/tier-last-day-stats_gen.go

    	}
    	for zb0007, zb0008 := range z {
    		err = en.WriteString(zb0007)
    		if err != nil {
    			err = msgp.WrapError(err)
    			return
    		}
    		// map header, size 2
    		// write "Bins"
    		err = en.Append(0x82, 0xa4, 0x42, 0x69, 0x6e, 0x73)
    		if err != nil {
    			return
    		}
    		err = en.WriteArrayHeader(uint32(24))
    		if err != nil {
    			err = msgp.WrapError(err, zb0007, "Bins")
    			return
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. test/fixedbugs/bug285.go

    	m0[p] = 42     // this should work: p is assignment-compatible with interface{}
    	m0[false] = 42 // this should work: false is assignment-compatible with interface{}
    	m0[17] = 42    // this should work: 17 is assignment-compatible with interface{}
    	m0["foo"] = 42 // this should work: "foo" is assignment-compatible with interface{}
    
    	m1[i0] = 42
    	m1[i1] = 42
    	m1[new(struct {
    		x int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 2.9K bytes
    - Viewed (0)
Back to top