Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tests (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Failing Test
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K 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
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	TESTL $4045620583, (BX)                 // f703674523f1
    	TESTL $4045620583, (R11)                // 41f703674523f1
    	TESTL $4045620583, DX                   // f7c2674523f1
    	TESTL $4045620583, R11                  // 41f7c3674523f1
    	TESTL DX, (BX)                          // 8513
    	TESTL R11, (BX)                         // 44851b
    	TESTL DX, (R11)                         // 418513
    	TESTL R11, (R11)                        // 45851b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
Back to top