Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf (0.16 sec)

  1. tensorflow/c/c_api.cc

    }
    
    void TF_CloseDeprecatedSession(TF_DeprecatedSession* s, TF_Status* status) {
      status->status = s->session->Close();
    }
    
    void TF_DeleteDeprecatedSession(TF_DeprecatedSession* s, TF_Status* status) {
      status->status = absl::OkStatus();
      if (s == nullptr) return;
      delete s->session;
      delete s;
    }
    
    void TF_ExtendGraph(TF_DeprecatedSession* s, const void* proto,
                        size_t proto_len, TF_Status* status) {
    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. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    tc
    
    // td : https://en.wikipedia.org/wiki/.td
    td
    
    // tel: https://en.wikipedia.org/wiki/.tel
    // http://www.telnic.org/
    tel
    
    // tf : https://en.wikipedia.org/wiki/.tf
    tf
    
    // tg : https://en.wikipedia.org/wiki/.tg
    // http://www.nic.tg/
    tg
    
    // th : https://en.wikipedia.org/wiki/.th
    // Submitted by registry <******@****.***>
    th
    ac.th
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top