Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 162 for abcdg (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/einsum.mlir

    }
    
    func.func @einsum_broadcast4(%arg0: tensor<3x4x5x6x7xf32>, %arg1: tensor<7x8xf32>) -> tensor<3x4x5x6x8xf32> {
      %0 = "tf.Einsum"(%arg0, %arg1) {T = "tfdtype$DT_FLOAT", equation = "abcdh,hg->abcdg"}: (tensor<3x4x5x6x7xf32>, tensor<7x8xf32>) -> tensor<3x4x5x6x8xf32>
      func.return %0 : tensor<3x4x5x6x8xf32>
      // CHECK-LABEL: einsum_broadcast4
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. src/go/printer/testdata/alignment.golden

    	abcdefghijklmnopqrstuvwxyzab	string
    	abcdefghijklmnopqrstuvwxyzabc	string
    	abcde				string
    	abcdefghijklmnopqrstuvwxyzabcde	string
    	abcdefg				string
    }
    
    func main() {
    	_ := Fmt{
    		abcdefghijklmnopqrstuvwx:		"foo",
    		abcdefghijklmnopqrstuvwxyza:		"foo",
    		abcdefghijklmnopqrstuvwxyzab:		"foo",
    		abcdefghijklmnopqrstuvwxyzabc:		"foo",
    		abcde:					"foo",
    		abcdefghijklmnopqrstuvwxyzabcde:	"foo",
    		abcdefg:				"foo",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 14 20:40:15 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  3. src/go/printer/testdata/alignment.input

    	abcdefghijklmnopqrstuvwxyzab string
    	abcdefghijklmnopqrstuvwxyzabc string
    	abcde string
    	abcdefghijklmnopqrstuvwxyzabcde string
    	abcdefg string
    }
    
    func main() {
    	_ := Fmt{
    		abcdefghijklmnopqrstuvwx: "foo",
    		abcdefghijklmnopqrstuvwxyza: "foo",
    		abcdefghijklmnopqrstuvwxyzab: "foo",
    		abcdefghijklmnopqrstuvwxyzabc: "foo",
    		abcde: "foo",
    		abcdefghijklmnopqrstuvwxyzabcde: "foo",
    		abcdefg: "foo",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 14 20:40:15 UTC 2018
    - 4.9K bytes
    - Viewed (0)
  4. src/regexp/find_test.go

    	{`a+`, "baaab", build(1, 1, 4)},
    	{"abcd..", "abcdef", build(1, 0, 6)},
    	{`a`, "a", build(1, 0, 1)},
    	{`x`, "y", nil},
    	{`b`, "abc", build(1, 1, 2)},
    	{`.`, "a", build(1, 0, 1)},
    	{`.*`, "abcdef", build(1, 0, 6)},
    	{`^`, "abcde", build(1, 0, 0)},
    	{`$`, "abcde", build(1, 5, 5)},
    	{`^abcd$`, "abcd", build(1, 0, 4)},
    	{`^bcd'`, "abcdef", nil},
    	{`^abcd$`, "abcde", nil},
    	{`a+`, "baaab", build(1, 1, 4)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 11 15:28:50 UTC 2021
    - 16.3K bytes
    - Viewed (0)
  5. src/regexp/testdata/basic.dat

    BE	a*			NULL		(0,0)
    E	([abc])*d		abbbcd		(0,6)(4,5)
    E	([abc])*bcd		abcd		(0,4)(0,1)
    E	a|b|c|d|e		e		(0,1)
    E	(a|b|c|d|e)f		ef		(0,2)(0,1)
    E	((a*|b))*		-		(0,0)(0,0)(0,0)
    BE	abcd*efg		abcdefg		(0,7)
    BE	ab*			xabyabbbz	(1,3)
    BE	ab*			xayabbbz	(1,2)
    E	(ab|cd)e		abcde		(2,5)(2,4)
    BE	[abhgefdc]ij		hij		(0,3)
    E	(a|b)c*d		abcd		(1,4)(1,2)
    E	(ab|ab*)bc		abc		(0,3)(0,1)
    E	a([bc]*)c*		abc		(0,3)(1,3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 8.4K bytes
    - Viewed (0)
  6. src/hash/test_cases.txt

    a
    ab
    abc
    abcd
    abcde
    abcdef
    abcdefg
    abcdefgh
    abcdefghi
    abcdefghij
    Discard medicine more than two years old.
    He who has a shady past knows that nice guys finish last.
    I wouldn't marry him with a ten foot pole.
    Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave
    The days of the digital watch are numbered.  -Tom Stoppard
    Nepal premier won't resign.
    For every action there is an equal and opposite government program.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.3K bytes
    - Viewed (0)
  7. internal/s3select/sql/stringfuncs_test.go

    		iHasLeadingPercent bool
    		resultExpected     string
    		matchExpected      bool
    	}{
    		{"abcd", "bcd", false, "", false},
    		{"abcd", "bcd", true, "", true},
    		{"abcd", "abcd", false, "", true},
    		{"abcd", "abcd", true, "", true},
    		{"abcd", "ab", false, "cd", true},
    		{"abcd", "ab", true, "cd", true},
    		{"abcd", "bc", false, "", false},
    		{"abcd", "bc", true, "d", true},
    	}
    
    	for i, tc := range matcherCases {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  8. src/archive/tar/writer_test.go

    			testRemaining{0, 0},
    		},
    	}, {
    		maker: makeSparse{makeReg{5, "abcde"}, sparseHoles{{2, 3}}, 8},
    		tests: []testFnc{
    			testRemaining{8, 5},
    			testWrite{"ab\x00\x00\x00cde", 8, nil},
    			testWrite{"a", 0, ErrWriteTooLong},
    			testRemaining{0, 0},
    		},
    	}, {
    		maker: makeSparse{makeReg{5, "abcde"}, sparseHoles{{2, 3}}, 8},
    		tests: []testFnc{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        val response =
          MockResponse.Builder()
            .chunkedBody("ABCDE\nFGHIJ\nKLMNO\nPQR", 8)
            .build()
        server.enqueue(response)
        server.enqueue(response)
        val request = newRequest("/")
        val c1 = getResponse(request)
        assertContent("ABCDE", c1, 5)
        val c2 = getResponse(request)
        assertContent("ABCDE", c2, 5)
        c1.close()
        c2.close()
      }
    
      @Test
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/MultipartReaderTest.kt

        val multipart =
          """
          |--simple boundary
          |
          |abcd
          |--simple boundary
          |
          |efgh
          |--simple boundary--
          """.trimMargin()
            .replace("\n", "\r\n")
            .replace(Regex("(?m)abcd\r\n"), "abcd\n")
    
        val parts =
          MultipartReader(
            boundary = "simple boundary",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top