Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Feross (0.18 sec)

  1. tensorflow/c/c_api.h

                                                  TF_Tensor* to, TF_Status* status);
    
    // --------------------------------------------------------------------------
    // Used to return strings across the C API. The caller does not take ownership
    // of the underlying data pointer and is not responsible for freeing it.
    typedef struct TF_StringView {
      const char* data;
      size_t len;
    } TF_StringView;
    
    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)
Back to top