- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for bunny (0.14 sec)
-
tensorflow/c/c_api_test.cc
TF_SetAttrString(desc, "v", "bunny", 5); auto oper = TF_FinishOperation(desc, s_); ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); EXPECT_TF_META("v", -1, TF_ATTR_STRING, 5); std::unique_ptr<char[]> value(new char[5]); TF_OperationGetAttrString(oper, "v", value.get(), 5, s_); EXPECT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); EXPECT_EQ("bunny", string(static_cast<const char*>(value.get()), 5));
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Dec 27 12:18:10 UTC 2024 - 97K bytes - Viewed (0) -
docs/en/docs/tutorial/cookie-param-models.md
Your API now has the power to control its own <abbr title="This is a joke, just in case. It has nothing to do with cookie consents, but it's funny that even the API can now reject the poor cookies. Have a cookie. ๐ช">cookie consent</abbr>. ๐คช๐ช You can use Pydantic's model configuration to `forbid` any `extra` fields:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/cookie-param-models.md
็นๅฎใฎ๏ผใใพใไธ่ฌ็ใงใฏใชใใใใใใชใ๏ผใฑใผในใงใๅใไปใใใฏใใญใผใ**ๅถ้**ใใๅฟ ่ฆใใใใใใใใพใใใ ใใชใใฎAPIใฏ็ฌ่ชใฎ <abbr title="ๅฟตใฎใใใงใใใใใใฏใธใงใผใฏใงใใใฏใใญใผๅๆใจใฏ้ขไฟใใใพใใใใAPIใงใใไธ้ฉๅใชใฏใใญใผใๆๅฆใงใใใจใฏๆๅฟซใงใใญใใฏใใญใผใงใ้ฃในใฆใใ ใใใ๐ช ๏ผๅๆ: This is a joke, just in case. It has nothing to do with cookie consents, but it's funny that even the API can now reject the poor cookies. Have a cookie. ๐ช๏ผ">ใฏใใญใผๅๆ</abbr> ใ็ฎก็ใใ่ฝๅใๆใฃใฆใใพใใ ๐คช๐ช Pydanticใฎใขใใซใฎ Configuration ใๅฉ็จใใฆใ `extra` ใใฃใผใซใใ `forbid` ใจใใใใจใใงใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 28 14:21:27 UTC 2025 - 4.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
hashFunction.newHasher().putString(string, charset).hash()); } } /** * This verifies that putUnencodedChars(String) and hashUnencodedChars(String) are equivalent, * even for funny strings composed by (possibly unmatched, and mostly illegal) surrogate * characters. (But doesn't test that they do the right thing - just their consistency). */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 25.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
or Longitude I've got to?' (Alice had no idea what Latitude was, or Longitude either, but thought they were nice grand words to say.) Presently she began again. `I wonder if I shall fall right THROUGH the earth! How funny it'll seem to come out among the people that walk with their heads downward! The Antipathies, I think--' (she was rather glad there WAS no one listening, this time, as it didn't sound at all the right word) `--but I shall
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* ๐ Add Chinese translation for `docs/zh/docs/advanced/generate-clients.md`. PR [#9883](https://github.com/tiangolo/fastapi/pull/9883) by [@funny-cat-happy](https://github.com/funny-cat-happy). ### Refactors * โ๏ธ Fix typos in comment in `fastapi/applications.py`. PR [#10045](https://github.com/tiangolo/fastapi/pull/10045) by [@AhsanSheraz](https://github.com/AhsanSheraz).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0)