Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for testfs (0.44 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MapFS", Type, 16},
    		{"MapFile", Type, 16},
    		{"MapFile.Data", Field, 16},
    		{"MapFile.ModTime", Field, 16},
    		{"MapFile.Mode", Field, 16},
    		{"MapFile.Sys", Field, 16},
    		{"TestFS", Func, 16},
    	},
    	"testing/iotest": {
    		{"DataErrReader", Func, 0},
    		{"ErrReader", Func, 16},
    		{"ErrTimeout", Var, 0},
    		{"HalfReader", Func, 0},
    		{"NewReadLogger", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. RELEASE.md

        [height, width, depth])`, and `tf.random_crop` works for any rank (not just
        3-D images). The C++ `RandomCrop` op has been replaced with pure Python.
    *   Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
        `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
        compatibility.
    *   `parse_example`'s interface has changed, the old interface is accessible in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        `test.example.com` and `*.example.com` would both match. On the other
                        hand, `example.com` and `test.example.net` would not match.
    
    
                      Hostnames that are prefixed with a wildcard label (`*.`) are interpreted
                      as a suffix match. That means that a match for `*.example.com` would match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top