- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestEncodeDecode (0.09 sec)
-
okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt
) } @Test fun multipleLabels() { testEncodeDecode( unicode = "☃.net", punycode = "xn--n3h.net", ) testEncodeDecode( unicode = "ålgård.no", punycode = "xn--lgrd-poac.no", ) testEncodeDecode( unicode = "個人.香港", punycode = "xn--gmqw5a.xn--j6w193g", ) testEncodeDecode( unicode = "упр.срб",
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.3K bytes - Viewed (0) -
tensorflow/c/c_api_test.cc
} TF_DeleteTensor(dst); } } TEST(CAPI, TensorEncodeDecodeStrings) { TestEncodeDecode(__LINE__, {}); TestEncodeDecode(__LINE__, {"hello"}); TestEncodeDecode(__LINE__, {"the", "quick", "brown", "fox", "jumped", "over"}); string big(1000, 'a'); TestEncodeDecode(__LINE__, {"small", big, "small2"}); } TEST(CAPI, SessionOptions) {
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 97K bytes - Viewed (0)