Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for duck (0.07 sec)

  1. tensorflow/c/kernels_test.cc

      auto my_create_func = [](TF_OpKernelConstruction* ctx) {
        struct MyCustomKernel* s = new struct MyCustomKernel;
        s->created = true;
        s->compute_called = false;
    
        std::vector<string> list = {"bugs", "bunny", "duck"};
        int list_total_size = 0;
        for (const auto& s : list) {
          list_total_size += s.size();
        }
    
        TF_Status* status = TF_NewStatus();
        std::unique_ptr<char*[]> values(new char*[list.size()]);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  2. tensorflow/c/c_api_test.cc

      EXPECT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
      EXPECT_EQ("bunny", string(static_cast<const char*>(value.get()), 5));
    }
    
    TEST_F(CApiAttributesTest, StringList) {
      std::vector<string> list = {"bugs", "bunny", "duck"};
      std::unique_ptr<const void*[]> list_ptrs;
      std::unique_ptr<size_t[]> list_lens;
      StringVectorToArrays(list, &list_ptrs, &list_lens);
      int list_total_size = 0;
      for (const auto& s : list) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    		_focused : function () { return instances[focused_instance] || null; },
    		_reference : function (needle) {
    			// get by instance id
    			if(instances[needle]) { return instances[needle]; }
    			// get by DOM (if still no luck - return null
    			var o = $(needle);
    			if(!o.length && typeof needle === "string") { o = $("#" + needle); }
    			if(!o.length) { return null; }
    			return instances[o.closest(".jstree").data("jstree_instance_id")] || null;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.yamaha.smaf-audio",
    				"application/vnd.yamaha.smaf-phrase",
    				"application/vnd.yellowriver-custom-menu",
    				"application/vnd.zul",
    				"application/vnd.zzazz.deck+xml",
    				"application/voicexml+xml",
    				"application/watcherinfo+xml",
    				"application/whoispp-query",
    				"application/whoispp-response",
    				"application/winhlp",
    				"application/wita",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. src/runtime/pprof/pprof_test.go

    		},
    	}, {
    		name: "bug35538",
    		input: []uint64{
    			3, 0, 500, // hz = 500. Must match the period.
    			// Fake frame: tryAdd will have inlinedCallerDump
    			// (stack[1]) on the deck when it encounters the next
    			// inline function. It should accept this.
    			7, 0, 10, inlinedCallerStack[0], inlinedCallerStack[1], inlinedCallerStack[0], inlinedCallerStack[1],
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top