Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 97 of 97 for example2 (0.55 sec)

  1. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // expected-error @+1 {{tfl.reshape' op requires 'shape' to have at most one dynamic dimension, but got multiple dynamic dimensions at indices 0 and 1. You need to set up the unspecified size(s) to avoid this problem, for example,setting batch size in keras model or setting unspecified input size(s) with fixed ones.}}
      %0 = "tfl.reshape"(%arg0, %cst) : (tensor<3x4xi32>, tensor<3xi32>) -> tensor<1x3x4xi32>
      func.return %0 : tensor<1x3x4xi32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    func loadl16(r int, d int64) uint32 {
    	v := uint16(d)
    	if v == 0 {
    		// Avoid generating "ori r,r,0", r != 0. Instead, generate the architectually preferred nop.
    		// For example, "ori r31,r31,0" is a special execution serializing nop on Power10 called "exser".
    		return NOP
    	}
    	return LOP_IRR(OP_ORI, uint32(r), uint32(r), uint32(v))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. cmd/testdata/decryptObjectInfo.json.zst

    Sealed-Key":"IAAfAJYLxKsbckEZXHcF+bZg7L2bmNw0/7I0IM1y4byyzNSmFQGB9/RAVA==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/mod/patch.example.com_indirect_v1.0.0.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"unDkkiA63v3sUERMj9VY=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAP39Q...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    	// possible here.
    	//
    	// We don't want to just allow us to get preempted between now
    	// and releasing the semaphore because then we keep everyone
    	// (including, for example, GCs) waiting longer.
    	mp := acquirem()
    	mp.preemptoff = ""
    	semrelease1(&worldsema, true, 0)
    	releasem(mp)
    }
    
    // stopTheWorldGC has the same effect as stopTheWorld, but blocks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm64/asm7.go

    	SPOP_PSTL1STRM: 17,
    	SPOP_PSTL2KEEP: 18,
    	SPOP_PSTL2STRM: 19,
    	SPOP_PSTL3KEEP: 20,
    	SPOP_PSTL3STRM: 21,
    }
    
    // sysInstFields helps convert SYS alias instructions to SYS instructions.
    // For example, the format of TLBI is: TLBI <tlbi_op>{, <Xt>}.
    // It's equivalent to: SYS #<op1>, C8, <Cm>, #<op2>{, <Xt>}.
    // The field hasOperand2 indicates whether Xt is required. It helps to check
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    by
    gov.by
    mil.by
    // Official information does not indicate that com.by is a reserved
    // second-level domain, but it's being used as one (see www.google.com.by and
    // www.yahoo.com.by, for example), so we list it here for safety's sake.
    com.by
    
    // http://hoster.by/
    of.by
    
    // bz : https://en.wikipedia.org/wiki/.bz
    // http://www.belizenic.bz/
    bz
    com.bz
    net.bz
    org.bz
    edu.bz
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. src/encoding/json/testdata/code.json.gz

    _t":1254163056}],"cl_weight":0.5,"touches":1,"min_t":1254163056,"max_t":1254163056,"mean_t":1254163056},{"name":"views.gyp","kids":[],"cl_weight":0.16666666666666666,"touches":1,"min_t":1254163056,"max_t":1254163056,"mean_t":1254163056},{"name":"examples","kids":[{"name":"examples_main_base.cc","kids":[],"cl_weight":0.16666666666666666,"touches":1,"min_t":1254163056,"max_t":1254163056,"mean_t":1254163056},{"name":"scroll_view_example.h","kids":[],"cl_weight":0.16666666666666666,"touches":1,"min_...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top