Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for little32 (0.17 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0466          ; mapped                 ; 0467          # 1.1  CYRILLIC CAPITAL LETTER LITTLE YUS
    0467          ; valid                                  # 1.1  CYRILLIC SMALL LETTER LITTLE YUS
    0468          ; mapped                 ; 0469          # 1.1  CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS
    0469          ; valid                                  # 1.1  CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			} else if !strings.HasSuffix(errs[0].Field, "."+tc.errfield) {
    				t.Errorf("[%d: %q] expected error on field %q, got %q", i, tc.name, tc.errfield, errs[0].Field)
    			}
    		}
    	}
    }
    
    // This test is a little too top-to-bottom.  Ideally we would test each volume
    // type on its own, but we want to also make sure that the logic works through
    // the one-of wrapper, so we just do it all in one place.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

    takes arguments in reversed order and with different keywords. In particular we
    now match NumPy order as `tf.concat(values, axis, name)`. *
    `tf.image.decode_jpeg` by default uses the faster DCT method, sacrificing a
    little fidelity for improved speed. One can revert to the old behavior by
    specifying the attribute `dct_method='INTEGER_ACCURATE'`. * `tf.complex_abs` has
    been removed from the Python interface. `tf.abs` supports complex tensors and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top