Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 562 for Pytest (0.06 sec)

  1. tensorflow/c/BUILD

            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:session_options",
            "//tensorflow/core:test",
        ],
    )
    
    tf_cc_test(
        name = "c_test",
        srcs = ["c_test.c"],
        extra_copts = ["-std=c11"],
        deps = [
            ":c_api",
            ":c_api_experimental",
            ":env",
            ":kernels",
        ],
    )
    
    tf_cuda_cc_test(
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 03:53:25 UTC 2025
    - 30.6K bytes
    - Viewed (0)
  2. buildscripts/minio-iam-ldap-upgrade-import-test.sh

    	fi
    
    	export GOPATH=/tmp/gopath
    	export PATH="${PATH}":"${GOPATH}"/bin
    
    	if which mc &>/dev/null; then
    		echo "mc is already installed"
    	else
    		echo "Installing mc:"
    		go install github.com/minio/mc@latest
    	fi
    
    	if [ ! -x ./minio.${OLD_VERSION} ]; then
    		echo "Downloading minio.${OLD_VERSION} binary"
    		curl -o minio.${OLD_VERSION} ${OLD_BINARY_LINK}
    		chmod +x minio.${OLD_VERSION}
    	fi
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Nov 11 15:01:29 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. src/test/resources/org/codelibs/core/io/test.properties

    Shinsuke Sugaya <******@****.***> 1419757266 +0900
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 17 bytes
    - Viewed (0)
  4. fess-crawler/src/test/resources/ajax/js/test.js

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 410 bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/msoffice/test.doc

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 21.5K bytes
    - Viewed (0)
  6. fess-crawler/src/test/resources/extractor/program/test.js

    // Test Java Script
    
    function foo() {
    	var bar = "ใƒ†ใ‚นใƒˆ";
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 63 bytes
    - Viewed (0)
  7. fess-crawler/src/test/resources/extractor/test.rtf

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 4.9K bytes
    - Viewed (0)
  8. fess-crawler/src/test/resources/extractor/test.xml

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 582 bytes
    - Viewed (0)
  9. src/archive/tar/writer_test.go

    	}
    
    	// xattr bar should always appear before others
    	indices := []int{
    		bytes.Index(buf.Bytes(), []byte("bar=bar")),
    		bytes.Index(buf.Bytes(), []byte("baz=baz")),
    		bytes.Index(buf.Bytes(), []byte("foo=foo")),
    		bytes.Index(buf.Bytes(), []byte("qux=qux")),
    	}
    	if !slices.IsSorted(indices) {
    		t.Fatal("PAX headers are not sorted")
    	}
    }
    
    func TestUSTARLongName(t *testing.T) {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Feb 03 16:38:43 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  10. docs/em/docs/tutorial/extra-data-types.md

    * `frozenset`:
        * ๐Ÿ“จ &amp; ๐Ÿ“จ, ๐Ÿ˜ฅ ๐ŸŽ `set`:
            * ๐Ÿ“จ, ๐Ÿ“‡ ๐Ÿ”œ โœ, โŽ โŽ &amp; ๐Ÿญ โšซ๏ธ `set`.
            * ๐Ÿ“จ, `set` ๐Ÿ”œ ๐Ÿ—œ `list`.
            * ๐Ÿ— ๐Ÿ”— ๐Ÿ”œ โœ” ๐Ÿ‘ˆ `set` ๐Ÿ’ฒ ๐Ÿ˜ (โš™๏ธ ๐ŸŽป ๐Ÿ”— `uniqueItems`).
    * `bytes`:
        * ๐Ÿฉ ๐Ÿ `bytes`.
        * ๐Ÿ“จ &amp; ๐Ÿ“จ ๐Ÿ”œ ๐Ÿ˜ฅ `str`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top