Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TFE_OpSetAttrFunctionName (0.09 seconds)

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

  1. tensorflow/c/eager/c_api.h

    TF_CAPI_EXPORT extern void TFE_OpSetAttrFunction(TFE_Op* op,
                                                     const char* attr_name,
                                                     const TFE_Op* value);
    
    TF_CAPI_EXPORT void TFE_OpSetAttrFunctionName(TFE_Op* op, const char* attr_name,
                                                  const char* data, size_t length);
    
    TF_CAPI_EXPORT extern void TFE_OpSetAttrTensor(TFE_Op* op,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Click Count (0)
Back to Top