Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_SetAttrShapeList (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_api.h

    // Set `num_dims[i]` to -1 to represent "unknown rank".  Otherwise,
    // `dims[i]` points to an array of length `num_dims[i]`.  `dims[i][j]`
    // must be >= -1, with -1 meaning "unknown dimension".
    TF_CAPI_EXPORT extern void TF_SetAttrShapeList(TF_OperationDescription* desc,
                                                   const char* attr_name,
                                                   const int64_t* const* dims,
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Click Count (0)
Back to Top