Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isinstance (0.4 sec)

  1. tensorflow/c/c_api.h

        TF_ImportGraphDefResults* results);
    
    // Import the graph serialized in `graph_def` into `graph`.  Returns nullptr and
    // a bad status on error. Otherwise, returns a populated
    // TF_ImportGraphDefResults instance. The returned instance must be deleted via
    // TF_DeleteImportGraphDefResults().
    TF_CAPI_EXPORT extern TF_ImportGraphDefResults*
    TF_GraphImportGraphDefWithResults(TF_Graph* graph, const TF_Buffer* graph_def,
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      /// won't be registered anymore is if this function gets called by core
      /// TensorFlow and the `TF_Filesystem*` object is destroyed. However, due to
      /// registration being done in a static instance of `Env`, the destructor of
      /// `FileSystem` is never called (see
      /// https://github.com/tensorflow/tensorflow/issues/27535). In turn, this
      /// function will never be called. There are plans to refactor registration
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top