Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for releases (0.16 sec)

  1. tensorflow/c/c_api.cc

        status->status = MessageToBuffer(bundle.meta_graph_def, meta_graph_def);
        if (!status->status.ok()) return nullptr;
      }
    
      TF_Session* session = new TF_Session(bundle.session.release(), graph);
    
      graph->sessions[session] = "";
      session->last_num_graph_nodes = graph->graph.num_node_ids();
      return session;
    #endif  // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

       * eligibility for garbage collection. This should be called every time expireEntries or
       * evictEntry is called (once the lock is released).
       */
      void processPendingNotifications() {
        RemovalNotification<K, V> notification;
        while ((notification = removalNotificationQueue.poll()) != null) {
          try {
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    howled so, that Alice could hardly hear the words:--
    
            `I speak severely to my boy,
              I beat him when he sneezes;
            For he can thoroughly enjoy
              The pepper when he pleases!'
    
                        CHORUS.
    
                    `Wow! wow! wow!'
    
      `Here! you may nurse it a bit, if you like!' the Duchess said
    to Alice, flinging the baby at her as she spoke.  `I must go and
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    howled so, that Alice could hardly hear the words:--
    
            `I speak severely to my boy,
              I beat him when he sneezes;
            For he can thoroughly enjoy
              The pepper when he pleases!'
    
                        CHORUS.
    
                    `Wow! wow! wow!'
    
      `Here! you may nurse it a bit, if you like!' the Duchess said
    to Alice, flinging the baby at her as she spoke.  `I must go and
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top