Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for bunny (0.03 seconds)

  1. 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_);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 07 04:56:09 GMT 2026
    - 97.3K bytes
    - Click Count (0)
  2. docs/en/docs/tutorial/cookie-param-models.md

    Your API now has the power to control its own <dfn 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</dfn>. 🤪🍪
    
    You can use Pydantic's model configuration to `forbid` any `extra` fields:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 10 11:48:27 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  3. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    -jnb\rxn--avery-yua\u000fxn--bdddj-mrabd\u0012xn--bearalvhki-y4a\u000fxn--berlevg-jxa\u0012xn--bhcavuotna-s4a\u0013xn--bhccavuotna-k7a\rxn--bidr-5nac\rxn--bievt-0qa\u000exn--bjddar-pta\u000cxn--blt-elab\u000cxn--bmlo-gra\u000bxn--bod-2na\u000exn--brnny-wuac\u0012xn--brnnysund-m8ac\u000cxn--brum-voa\u0010xn--btsfjord-9za\u0012xn--davvenjrga-y4a\u000cxn--dnna-gra\rxn--drbak-wua\u000cxn--dyry-ira\u0011xn--eveni-0qa01ga\rxn--finny-yua\rxn--fjord-lra\nxn--fl-zia\u000cxn--flor-jra\u000cxn--frde-gra\u0...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
  4. 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).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top